body{
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: OpenSans,sans-serif;
	color: #333;
}

.body-container{
	margin: auto;
	margin-top: 15px;
	width: 1100px;
	min-height: 400px;
}

.navi{
	background: url("../images/bg_navi.jpg") repeat-x;
	width: 100%;
	height: 88px;
	margin-top: -20px;
	border-bottom: 2px solid #000;
}

.navi .container{
	margin: auto;
	width: 1100px;
	height: 88px;
	color: #fff;
}

.menu{
	font-size: 13px;
	float: right;
}

.menu a {
	color: #9e9da2;
	text-decoration: none;	
}


.menu li{
	height: 28px;
	min-width: 50px;
	margin-left: -3px;
	display: inline-block;
	text-align: center;
	padding: 20px;
	padding-top: 40px;
}
	  		  	
.menu li:hover{
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-bottom: 2px solid #3381ec;
}

.menu li.active{
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-bottom: 2px solid #3381ec;
}

.host-box{
	background: #f5f8fa;
	width: 100%;
	height: 250px;
}

.user-navi{
	background: url("../images/bg_usernavi.png") repeat-x;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid lightgray;
}

.user-navi .container{
	margin: auto;
	width: 1100px;
	height: 88px;
	color: #333;
}
.box-1 {
      background-color: #f6f5f5;
	 border: 1px solid #DBDBDB;
	 margin: 15px;	
}

.login{
	background: #fff;
	border: 1px solid lightgray;
	min-width: 80px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
	color: black;
	cursor: pointer;
}

.login:hover{
	background: #ececec;
}

.login.active{
	background: #ececec;
}

.login_adm{
	background: url('../images/adm_ico.png');
	border:1px solid rgba(0, 90, 255, 1);
	width: 29px;
	height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-top: 10px;
	color: rgba(255, 86, 86, 1);
	cursor: pointer;
}
.login_adm:hover{
	background: url('../images/adm_ico.png');
    opacity: 0.9;
	 }
 .login-frame {
	  width: 500px;
      margin: -28 auto;
      padding-top: 20px;
      padding-bottom: 5px;
      background: rgba(219, 219, 219, 0.7) }
 .register-frame {
	  width: 500px;
      margin: -28 auto;
      padding-top: 20px;
      padding-bottom: 5px;
      background: rgba(219, 219, 219, 0.7) }

.hr1{
	background: #DBDBDB;
	width: 500px;
	height: 2px;
	border: none;
}

.hr2{
	background: #DBDBDB;
	width: 100%;
	height: 2px;
	border: none;
}
span.re {
	background: #ffb7b7;
	padding: 5px;
}
span.bl {
	background: #a8d1ff;
	padding: 5px;
}
span.ye {
	background: #fff2a8;
	padding: 5px;
}
.home-tb td{
	width: 400px;
	min-height: 200px;
}

.chyba {
	background: pink  no-repeat scroll 15px 50%;
	text-align: center;
	border-color: #FBDC0B;
	color: #000;
	width: 100%;
	min-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px red solid;
	cursor: pointer;
}

.ok {
	background: #00CC66 no-repeat scroll 15px 50%;
	text-align: center;
	border-color: #006600;
	color: #000;
	width: 100%;
	min-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px #006600 solid;
	cursor: pointer;
}

.offline{
	background-color: #b94a48;	 
	min-width:100px;
	height:20px;
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 3px;
	font-size: 15px;
}

.online{
	background-color: #51a351;	 
	min-width:40px;
	height:17px;
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 3px;
	font-size: 15px;
}

.onoffswitch {
    position: relative; width: 72px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #61ADFD; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    width: 23px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666;
    position: absolute; top: 0; bottom: 0; right: 45px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.oznac{
background-color: #FFF;
}


.oznac:hover{
	background-color: ;
}
.oznac:nth-child(odd){
background-color:#ebf2fa;
}

table.tablesorter tbody {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

::-webkit-scrollbar { background: #454545;  width: 12px; }
::-webkit-scrollbar-thumb {  background: #3381ec; }
::-webkit-scrollbar-thumb:window-inactive { background: #3381ec; }

.clear{
	clear: both;
	min-height: 50px;
}

.clear-footer{
	clear: both;
	min-height: 50px;
	margin-top:85px;
}

.footer{
	background: url("../images/bg-footer.jpg") repeat-x;
	width: 100%;
	height: 85px;
	padding-top: 50px;
	color: #9e9da2;
	text-align: center;
}

h2{
	margin: auto;
}

.h-blue {
	height: 32px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 35px; 
	margin-left: -20px;
	text-align: left;
	border-bottom: 2px rgb(218, 218, 218) solid;
	width: 100%;
	font-weight: normal;
	font-family: MuseoSlab, Arial, Helvetica, Sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #374A5F;
}

.h-blue2 {
	height: 32px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 35px;
	margin-left: -20px;
	text-align: left;
	border-bottom: 2px rgb(218, 218, 218) solid;
	width: 100%;
	font-weight: normal;
	font-family: MuseoSlab, Arial, Helvetica, Sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #374A5F;
}

.avatar{
	background: #374A5F;
	padding: 10px;
	max-height: 150px;
	max-width: 150px;
	min-height: 50px;
	min-width: 50px;
	-moz-box-shadow:inset 0px 1px 5px #000000;
	-webkit-box-shadow:inset 0px 1px 5px #000000;
	box-shadow:inset 0px 1px 5px #000000;
}

.sett td{
	border-bottom: 1px lightgray solid;
	height: 35px;
	color: #333;
	font-weight: bold;
}

.adm_title_tr{
	background-color:#374A5F;
	color:white;
}

.input_zapnout{
	background-image: url("../images/zapnout.png");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #333;
	color: #fff;
	width: 150px;
	height: 40px;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.input_vypnout{
	background-image: url("../images/vypnout.png");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #333;
	color: #fff;
	width: 150px;
	height: 40px;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.input_restart{
	background-image: url("../images/restart.png");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #333;
	color: #fff;
	width: 150px;
	height: 40px;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.input_zapnout:hover{
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	cursor: pointer;
}

.input_vypnout:hover{
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	cursor: pointer;
}

.input_restart:hover{
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	cursor: pointer;
}

a{color: #3381ec; text-decoration: none;}
a:hover{color: gray}

.game{
	background:#333;
	border: 3px #333 solid;
	opacity: 0.7;
}

.game:hover{
	-moz-box-shadow:0px 0px 50px #000000;
	-webkit-box-shadow:0px 0px 50px #000000;
	box-shadow:0px 0px 50px #000000;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 1;
}

.screen{
	background:#333;
	border: 3px #333 solid;
}

.screen:hover{
	border: 3px #000 solid;
	transition: 0.5s;
    -webkit-transition: 0.5s;

}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


.input[type="submit"] {
	background: #F2F2F2;
    cursor: pointer;
    border: 1px solid #c4c4c4; 
    height: 31px; 
    min-width: 50px; 
    font-size: 13px; 
    padding: 4px 15px 4px 15px; 
    color: #333;
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;}


.input { 
    border: 1px solid #c4c4c4; 
    height: 31px; 
    min-width: 190px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 

 
.input:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

.moje-servery{
	background-color: lightgray;
	color:white;
}

.host-status{
	float: right;
	font-size: 13px;
	margin-top: 3px;
}

.admsrv{
	background: #3381ec;
 	width: 100%;
 	color: #fff;
 	height: 100%;
 	border: 0px;
 	cursor: pointer;
}

.admsrv:hover{
	background: #3381ec;
 	width: 100%;
 	height: 100%;
 	border: 0px;
 	cursor: pointer;
 	-moz-box-shadow:inset 0px -3px 0px #2769C5;
	-webkit-box-shadow:inset 0px -3px 0px #2769C5;
	box-shadow:inset 0px -3px 0px #2769C5;
}

.admsrv_exp{
	background: #333;
 	width: 100%;
 	color: #fff;
 	height: 100%;
 	border: 0px;
 	cursor: pointer;
}

.admsrv_exp:hover{
	background: #333;
 	width: 100%;
 	height: 100%;
 	border: 0px;
 	cursor: pointer;
 	-moz-box-shadow:inset 0px -3px 0px #202020;
	-webkit-box-shadow:inset 0px -3px 0px #202020;
	box-shadow:inset 0px -3px 0px #202020;
}

.load_img{
	background: url("../images/loading_img.gif");
 	display: inline-block;
    width: 631px;
    height:100px;
    background-repeat: no-repeat;
    background-position: center;
}

.input_console{
	background: #000;
	width: 100%;
	height: 30px;
	border: none;
	border-top: 1px solid #333;
	color: gray;
	padding-left: 15px; 
}

.kr_stav{
	background: #fff;
	padding: 8px;
	border: 1px solid lightgray;
	font-size: 11px;
	color: #1864CD;
	min-width: 80px;
	margin-top: 10px;
	float: right;
}

.reload{
	background-color: transparent;
	background-image: url("../images/reload.png");
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
}

.button_reinstall{
	background-color: #b94a48;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	font-size: 17px;
	cursor: pointer;
	border-bottom: 2px solid #b94a48
}

.button_reinstall:hover{
	background-color: #b94a48;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-bottom: 2px solid #DD7776

}

.button_addnew{
	background-color: #3381ec;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	font-size: 17px;
	cursor: pointer;
	border-bottom: 2px solid #3381ec
}

.button_addnew:hover{
	background-color: #3381ec;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-bottom: 2px solid #1A5BB3

}

.ui-slider {
	position: relative;
	text-align: left;
	border-radius: 0px;
	border: 1px solid #000;
	width: 550px;
	background: #333;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 24px;
	border-radius: 0px;
	border:none; 
	background-image: url('../images/slider.png');
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	outline: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 16px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.2em;
	margin-left: -.8em;
}
.ui-slider-horizontal .ui-slider-range {
	border-radius: 0px;
	top: 5px;
	height: 40%;
	margin-left: 4px;
	background: #5c5f73;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 50;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.logoff{
	background: url("../images/logoff.png");
	background-position: center;
	background-color: transparent;
	border: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.center{
	margin-left: 10px;
}

.note{
	background: url("../images/note-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	width: 700px;
	height: 447px;
}

.note textarea{
	background: transparent;
	outline: none;
	border: none;
	font-family: Tahoma;
	margin-top: 15px;
	width: 700px; 
	height: 405px;
}

.button_note {
	background-color: #3381ec;
	color: #fff;
	width: 721px;
	height: 40px;
	padding: 10px;
	border: none;
	font-size: 17px;
	cursor: pointer;
	border-bottom: 2px solid #3381ec;
}

.button_note:hover{
	background-color: #3381ec;
	color: #fff;
	width: 721px;
	height: 40px;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-bottom: 2px solid #1A5BB3

}

.schovat{
	background: rgb(255, 68, 68);
	border: none;
	min-width: 30px;
	height: 20px;
	padding: 4px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.zobrazit{
	background: rgb(35, 178, 91);
	border: none;
	min-width: 30px;
	height: 20px;
	padding: 4px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

#all-graf{
	  background-color: rgba(0,0,0, 0.7);
	  width:100%;
	  height: 100%;
	  top: 0px;
	  left: 0px;
	  display: none;
	  position:fixed;
	  z-index: 10;
}

.panel-graf{
	background: #fff;
	 width:445px;
	 height:441px;
	 margin: auto;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 position: absolute;
 }

#close-graf{
	border-left: 1px solid #3381ec;
	float: right;
	width: 23px;
	text-align: center;
	padding: 5px;
	height: 23px;
	margin-top: 4px;
	margin-right: 0px;
	font-weight: bold;
	cursor: pointer;
	 }

.g_lupa{
	background: url("../images/zoom_in.png") no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 760px;
	position: absolute;
}
 

table.forum {font-family:Arial,Helvetica,sans-serif;color:#222;font-size:12px; background:#eaebec; border:1px solid rgb(210, 210, 210); -moz-box-shadow:0 1px 2px #d1d1d1; width:101%}
table.forum th {padding: 6px 0 6px 9px;border-top:1px solid #fafafa;border-bottom:1px solid rgb(210, 210, 210);background:#ededed;background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#ebebeb));background:-moz-linear-gradient(top,#ededed,#ebebeb)}
table.forum th:first-child {text-align:left; padding-left:10px}
table.forum tr {text-align:left;padding-left:10px}
table.forum td:first-child {text-align:left;padding-left:10px;border-left:0}
table.forum td {padding:6px 10px; border-top:1px solid #fff; border-bottom:1px solid #e0e0e0;border-left:1px solid rgb(210, 210, 210);background:#fafafa; background:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#fafafa));background:-moz-linear-gradient(top,#fbfbfb,#fafafa)}
table.forum tr.even td {background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f6f6f6));background:-moz-linear-gradient(top,#f8f8f8,#f6f6f6)}
table.forum tr:last-child td {border-bottom:0}
table.forum tr:hover td {background:#f2f2f2;background:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#f0f0f0));background:-moz-linear-gradient(top,#f2f2f2,#f0f0f0)}
.forum {width:100%; border-spacing:0; font-size:12px; margin-bottom:15px; margin-top:15px; border-radius:3px}
.forum a {color:#0063A0; margin:10px 0; padding:0; font-weight:normal}
.forum a:hover {text-decoration:none; color:#000}
.forum p {margin:0; padding:0; color:#3C3C3C; font-size:15px; margin-left:60px}
.forum ul {list-style:none; margin:0; padding:0}
.forum thead {background:#444; color:#fff; text-align:center}
.forum thead tr th {height:40px; padding-left:5px}
.forum tbody {text-align:center; border-radius:3px}
.forum tbody tr {background:#f5f5f5; border-radius:3px}
.forum tbody tr:hover td {}
.forum tbody tr:last-child td {border-bottom:none; border-radius:0 0 3px 3px}
.forum tbody tr:first-child td {border-top:none; border-radius:3px 3px 0 0}
.forum tbody tr td {border-bottom:1px #CECECE solid; padding:10px; text-align:left}
.forum tbody tr td img {position:absolute}
.forum .admin {color:#D60000}
.forum .admin:hover {color:#333}
.forum-page {margin:10px}
.forum-page .title {font-size:23px; font-weight:bold}
.forum-page .posts {list-style:none; padding:0; margin:0}
.forum-page .posts li:last-child {margin-bottom:15px}
.forum-page .posts li {margin-top:15px; border:1px solid #D2D2D2; border-radius:3px; padding:15px; background:rgb(250, 250, 250)}
.forum-page .posts li p {margin-bottom:0}
.forum-page .posts li .left {float:left; border:1px solid #D2D2D2; width:14%; margin-right:15px; border-radius:3px}
.forum-page .posts li .left p {margin-left:15px; margin-right:10px}
.forum-page .posts li .left img {width:105px; height:105px; padding:0}
.forum-page .posts li .left .info {background-color:#eee; padding:3px; word-wrap:break-word}
.forum-page .posts li .left .functions {padding:5px; text-align:center}
.forum-page .posts li .left .functions p {margin-left:0; font-size:12px}
.forum-page .posts li .left .functions p a {cursor:pointer}
.forum-page .posts li .left .small {font-size:13px}
.forum-page .posts li .left .avatar {background:#fff; width:100%; padding:10px 0; text-align:center}
.forum-page .posts li .left .avatar.img {width:105px; height:105px}
.forum-page .posts li .right {float:left; width:83.8%; white-space:pre-line; line-height:19px}
.forum-page .posts li .right .high {font-size:22px; font-weight:bold; line-height:1.4}
.forum-page .posts li .right .high .emoji {width:25px; height:25px; margin-bottom:-5px}
.forum-page .posts li .right .normal {font-size:15px}
.forum-page .posts li .right .small {font-size:12px}
.forum-page .posts li .right .small .emoji {width:15px; height:15px; margin-bottom:-3px}
.forum-page .posts li .right img {padding-bottom:0; max-width:100%}
.forum .last-topic {margin-left:45px} 
.forum .topic-avatar {width:39px; height:39px; position:normal; box-shadow:0 0 4px #aaa; padding-bottom:0}
.forum .topic-title {margin-left:48px}
.forum .topic-user {margin-left:48px}
.forum .topic-info {margin-left:0; color:#555; text-align:center}
.forum .topic {font-size:18px}
.new-answer button {margin-top:15px}
.new-topic {margin-bottom:15px}
.new-topic input {max-width:100%; width:100%; margin-bottom:15px; border:1px solid #ddd; margin-top:15px}
.new-topic .wysibb {margin-bottom:15px}

textarea#note {
	width:100%;
    direction:rtl;
	display:block;
	max-width:100%;
	line-height:1.5;
	padding:15px 15px 30px;
	border-radius:3px;
	border:1px solid #dddddd;
	font:13px Tahoma, cursive;
	transition:box-shadow 0.5s ease;
	box-shadow:0 4px 6px rgba(0,0,0,0.1);
	font-smoothing:subpixel-antialiased;
	background:linear-gradient(#dddddd, #cccbcb);
	background:-o-linear-gradient(#dddddd, #cccbcb);
	background:-ms-linear-gradient(#dddddd, #cccbcb);
	background:-moz-linear-gradient(#dddddd, #cccbcb);
	background:-webkit-linear-gradient(#dddddd, #cccbcb);
}