@CHARSET "UTF-8";

.searchbar .select_ofertas .selectBoxes {
    border: medium none !important;
    box-shadow: none !important;
    height: 30px;
    margin-left: 9px;
    margin-top: 11px;
    margin-bottom: 0;
    width: 280px;
    border-right: 1px solid #E5E5E5;
    padding: 0 10px 0 10px;
    color: #888888;
    font-size: 16px;
}
.trng-link,
.trng-link * {
    text-decoration: none !important;
}
.trng-course-item {
    margin-bottom: 10px;
    /*padding: 5px;*/
}
.trng-course-item:hover {
    background-color: #e0e8ec;
    background-color: #c9e8e4;
}
.trng-course-item-white:hover {
    background-color: #fff;
    background-color: #a8d1db;
}
.trng-img {
    background: grey;
    width: 100%;
    margin-bottom: 5px;
}
.trng-img-h100 {
    height: 100px;
}
/*.trng-img-h150 {*/
/*    height: 150px;*/
/*}*/
.trng-title {
    font-weight: 600;
    color: #333;
    text-align:center;
    padding-bottom: 5px;
}
