/*add by system*/
input.buttons, button.buttons {
	background-color:#BFBFBF;
	color:#000000;
	font-weight:bold;
	cursor: pointer;
	text-decoration: none;
}
input.buttons:hover, button.buttons:hover {
	background-color:#5F5F5F;
	color:#ffffff;
	text-decoration: none;
}
.errmsg {
	background: url("https://w1.websnadno.cz/html/sablony/univerzalni/errmsg.png") top left no-repeat;
	width: 272px; height: 33px; text-align: center; margin: 5px 13px; line-height: 39px; color: #990000; font-weight: bold; font-size: 13px;
}
.diskuzeram {
	background-color:#BFBFBF;
	border:1px solid #5F5F5F;
	color:#000000;
	font-weight:bold;
}
.diskuzeoddeleni {
	border-bottom:1px solid #5F5F5F;
}
td,th {
	font-size:13px;
}
/*add by system*/

/**/
body {
    background-color: #000;
    font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    color: #BFBFBF;
}

h1 {
    margin: 0 0 15px 0;
    font-size: 1.8em;
}

h2 {
    margin: 14px 0;
    font-size: 1.7em;
}

/**/

/**/
@media only screen and (max-width: 768px) {
    #wrap-main {
        width: 100%;
    }

    div#top-border,
    div#background-main,
    div#header,
    div.logo {
        width: 100%;
    }

    div.content {
        width: 100%;
    }

    div#content-bg {
        width: 100%;
    }

    #footer {
        display: none; /**/
    }
}