body#wantedBody {
    margin: 0 auto;
    max-width: 3000px !important;
    background: #fff;
    color: black;
    /*font-family: arial,sans-serif;*/
    overflow-y: scroll;
    padding: 0 !important;
    font-family: Tahoma;
}
body#wantedBody body {
    padding: 0 10px;
}
div#mngb {
	display: none;
}
header {
    display: none;
}
footer {display: none}
div#main>div:first-child {
    display: none;
}
#wantedLogo {
    max-height: 130px;
    /*min-height: 92px;*/
    max-width: 50%;
    height: auto;
}
#wantedBody .navbar {
    direction: rtl;
    background: #333;
    border-radius: 0;
    color: #eee;
    font-family: Tahoma;
    font-size: 0.7em;
    padding: 13px;
}
#wantedBody .navbar .navbar-left, .navbar .navbar-right {

}
#wantedBody .navbar #polls .btn {
    font-size: 1em;
}
#wantedBody .navbar #polls a{
    cursor: pointer;
    margin: 2px;
}

#wantedBody div#footer {
    position: fixed;
    /*margin-top: 200px;*/
    bottom: 2px;
    width: 100%;
    padding: 5px;
    text-align: right;
    font-family: Tahoma;
    /*border-top: 1px solid #ccc;*/
    direction: rtl;
}

#wantedBody div#footer #links {
    padding: 10px;
}
#wantedBody div#footer #links a {
    padding: 5px;
}

#wantedBody div#footer #copyright {
    padding-top: 10px;
    color: #999;
    font-size: 0.7em;
}
#wantedBody div#footer #copyright a {
    color: #333;
    cursor: pointer;
}
#stats center{
    display: inline;
}
#loading {
    /*width:24px;*/
    height:12px;
    text-align:center;
    background:url(../img/loading_page.gif) no-repeat center top;
}
.modal {
    direction: rtl;
}
.modal-header .close {
    float: left;
}
.modal-body ul.list-group {
    margin: 0;
    padding: 0;
}
.green, .red, .yellow, .blue {color: #222 !important;}
.green {background: #cfeeb0 !important;}
.red {background: #ffc4b3 !important;}
.yellow {background: #ffffc0 !important;}
.blue {background: #c8e3ff !important;}
.green-dark, .red-dark, .blue-dark {color: #fff !important;}
.green-dark {
    background: #4cae4c !important;
}
.red-dark {
    background: #ea0c12 !important;
}
.blue-dark {
    background: #2a6496;
}
.text-green {
    color: #4cae4c !important;
}
.text-red {
    color: #ea0c12 !important;
}
.text-blue {
    color: #4010b2 !important;
}