


/* OPINIONS PAGE */

.opinions_bottom {
    width: 1045px;
    margin-top: 10px;
    display: inline-block;
}

.opinions_wrapper {
    margin-top: 5px;
}

.opinions_wrapper .top-title {
    width: 1037px;
    margin: 0;
    /*border-bottom: 2px solid #ffad64;*/
    padding: 6px 0px 6px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #eaeaea;
    text-transform: uppercase;
}

.opinions_wrapper .inner-title {
    margin: 0;
    border-bottom: 2px solid #bebebe;
    padding: 6px 0px 6px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #eaeaea;
    text-transform: uppercase;
}

.opinions_left {
    width: 360px;
    height: auto;
    float: left;
    border: solid 1px #cecece;
    margin-right: 10px;
}

.opinions_right {
    width: 360px;
    height: auto;
    float: left;
    /*border: solid 1px #cecece;*/
}

.opinions_left .title {
    padding: 5px 10px;
    background: #f5f5f5;
    border-bottom: solid 1px #cecece;
    margin: 0;
    font-size: 15px;
}

.opinions_left .list_wrap ul {
    margin: 0;
}

.opinions_left .list_wrap ul li {
    width: 340px;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 7px 10px;
    border-bottom: solid 1px #cecece;
    display: inline-block;
}

.opinions_left .list_wrap .image {
    width: 25%;
    height: 55px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.opinions_left .list_wrap .image img {
    width: 100%;
}

.opinions_left .list_wrap ul li p {
    /*width: 72%;*/
    max-height: 34px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #3e3e3e;
    /*float: left;*/
    clear: inherit;
    line-height: 16px;
    overflow: hidden;
    display: flex;
}

.opinions_left .list_wrap ul li p:hover {
    text-decoration: underline;
}

.opinions_left .list_wrap ul li .author {
    font-size: 12px;
    color: #afafaf;
    display: inherit;
        margin-top: 5px;
}

.opinions_left .list_wrap .more a {
    color: #b5040d !important;
    font-weight: bold;
    font-size: 12px;
}

.upload_banner {
    
}

.upload_banner a {
    /* background: #eeeeee; */
    padding: 7px 10px;
    display: block;
    color: black !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    background: rgba(252,234,187,1);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}

.upload_banner a:hover {

}

.upload_banner a span {
    /*display: none;*/
    opacity: 0;
    float: right;
        margin-right: 20px;
        transition: 0.2s;
        transition-timing-function: ease-in-out;
}

.upload_banner:hover span {
    display: block;
    margin-right: 0px;
    opacity: 1;
    
}

.upload {
    /*width: 100%;*/
    height: 260px;
    background: #fffaf0;
    margin-bottom: 10px;
    border: solid 1px #cecece;
}

.upload .title {
    padding: 5px 10px;
    background: #fffaf0;
    border-bottom: solid 1px #cecece;
    margin: 0;
    font-size: 15px;
}

.upload_form {
    width: 300px;
    padding: 10px;
}

.upload_form input {
    padding: 5px;
    width: 325px;
    margin-bottom: 10px;
}

.upload_form textarea#message {
    width: 327px;
    height: 80px;
    max-width: 330px;
    max-height: 80px;
    padding: 5px;
}

.upload_form button#submit[type="submit"] {
    cursor: pointer;
    width: 86px;
    border: none;
    font-size: 15px;
    border-radius: 2px;
    background: #666666;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    display: block;
}

.upload_form button#submit[type="submit"]:hover {
    background: #4c4c4c;
}

.upload_form #file {
    padding: 5px 0;
}

.sil {
    border: solid 1px #cecece;
}

.sil_list_wrap .list_item {
    padding: 5px 10px;
    background: #ffffff;
    border-bottom: solid 1px #eeeeee;
}

.sil_list_wrap .list_item:hover {
    background: #f3f3f3;
    /*border-left: solid 2px #bf0000;*/
}

.sil_list_wrap .list_item:hover .top a h4 {
    color: #e70909;
}

.sil_list_wrap .list_item .bottom,
.sil_list_wrap .list_item .top {
    width: 100%;
    display: inline-block;
}

.sil_list_wrap .list_item.more a {
    color: #b5040d !important;
    font-weight: bold;
    font-size: 12px;
}

.sil_list_wrap .list_item h4 {
    width: 100%;
    color: #3e3d3d;
    float: left;
    font-size: 13px;
    overflow: hidden;
    margin: 2px 0;
}

.graySpeechIcon,
.yellowSpeechIcon,
.orangeSpeechIcon,
.redSpeechIcon {
    background: url(http://cdn.ghanaweb.live/design/sprite5.png) no-repeat;
    background-position: 100% -17px;
    background-size: 11px;
    width: 12px !important;
    height: 16px !important;
    margin-top: 1px !important;
}

.sil_list_wrap .list_item .bottom,
.sil_list_wrap .list_item .top {
    width: 100%;
    display: inline-block;
}

.sil_list_wrap .list_item .author {
    color: #9e9e9e;
    float: left;
    margin-right: 20px;
}

.sil_list_wrap .list_item .date {
    color: #9e9e9e;
    float: left;
}

.speechIcon {
    background: url(http://cdn.ghanaweb.live/design/comments-sprite.png) no-repeat;
    background-position: 100% 2px;
    background-size: 20px;
    margin-left: 3px !important;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    line-height: 16px !important;
    width: 21px !important;
}

.side {
    width: 300px;
    height: 400px;
    background: #eee;
    float: left;
}


/*end of search page*/


/*end of inner*/