<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg_grey{
	background:#fbfbfb; 
}

.forum_question_title {
    color: #4fc3f7;
    font-size: 15px;
    font-weight: 700;
}

.forum_container a {
    color: #4fc3f7;
    text-decoration: none;
    font-weight: 500;
}

.forum_question_user_name{
    color: #4fc3f7;
    font-size: 12px;
    font-weight: 500;
}


.btn-theme-grey, .btn-theme-grey:active, .btn-theme-grey:focus {
    background: #3a3636;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}

.btn-theme-grey:hover {
    background: #000;
    color: #fff;
}



.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}


.user_photo{
    padding-right: 0px;
    margin-right: 0px;
    width: 60px;
}






.country-list-inner{

text-align:left;

color:#000;

padding: 10px;   
 
float:left;

width:100%;

background:#fff;
border: 1px solid #d5d6c7;
}   

   #country-list2 {
    float: left;
    list-style: none;
    margin-top: -16px;
    padding: 0;
    width: 60%;
    position: absolute;
    padding-left: 15px;
    background: #ffffff;
    z-index: 99999;
}
     

@media screen and (max-width:768px) {
     #country-list2 {
       
        width: 96%;
    }
}

#country-list2 a{

color:#0a328e;
font-size: 13px;
text-align: left;
padding-bottom: 6px;

}

#country-list2 li a:hover{background:#fff; color:#000000;cursor: pointer; text-decoration:none;}

 
 



#search-box-topic {
     height: 46px;
    margin: 14px auto!important;
    background-position: 640px 12px !important;
}


#suggesstion-box-topic{
    padding-top: 2px;
        margin-left: 0px;
}
</pre></body></html>