
.search h1{
    color: #f5a425;
}
.description{
    padding-top: 10px;
    background-color: whitesmoke;
    width: 75%;

}
.published-from{
    float: left;
}
 label{
      float: right;
    display: inline;
}
.input-group{
    width:63%;
}

.form-control {
    display: inline;}
.shadow{
    box-shadow: 4px 0px 5px grey;
    margin-top: 20px;
}
.card-title{
    color:#00758c;
}
.shadow img{
    width: 100% ;
    height: 100%;
}
.form-select{
    display: inline;
    width: 70%;
}
.card-title:hover{
    color:#f5a425;
}
.col-sm-2 {
    width: 20.666667%;}

.description ul li{
    padding: 1px 8px 3px 10px;
    float: right;
    text-decoration: none;
list-style: none;
    color:#f5a425;
}
.description ul li:hover{
   color:#00758c; 
}

.description p{
    padding: 10px;
    text-align: justify;
    float: right;
}
.description a{
    text-decoration: none;
    font-weight: bold;
    color: #000;}

.description a:hover{
    color:#f5a425;
}
.category-date{
    background-color: #999900;
    color: #fff;
     width: 35%;
    margin: -9px -10px 10px 10px;
    background-color: #999900;
    padding-bottom: 6px; 
        border-radius: 0 0 0 10px;

}
.category-date a{
    color: #fff;
}
.category{
     border-left: 1px solid #fff;
    padding-left: 5px;
}
 
element.style {
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.btn-success {
    color: #fff;
    background-color: #f5a425;
    border-color: #f5a425;
}
.btn-success:hover{
}

    