body {
    font-family: 'Ubuntu', sans-serif;
    background: url("../images/strannik-right-bottom-corner.png") no-repeat 100% 100%;
}
.clear {
    clear: both;
}
.display-none {
    display: none;
}
.popup-bg {
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.popup {
    position: fixed;
    opacity: 0;
    left: 50%;
    top: 50%;
    background: #ffffff;
    z-index: 10000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: solid 1px #808080;
}
.error {
    position: absolute;
    color: #ff0000;
    padding: 4px;
    background: #ffffff;
    border: solid 1px #c0c0c0;
    border-radius: 4px;
    max-width: 400px;
}
.success {
    position: absolute;
    color: #008000;
    padding: 4px;
    background: #ffffff;
    border: solid 1px #c0c0c0;
    border-radius: 4px;
    max-width: 400px;
}
.multiple-choice-item {
    background: #008000;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 7px;
    margin: 2px 3px;
    float: left;
    overflow: hidden;
    max-width: 300px;
}
.multiple-choice-item:hover {
    max-width: none;
    overflow: auto;
}
.multiple-choice-item-close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    float: right;
    margin: 0 0 0 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAWdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjA76PVpAAAAdElEQVQ4T7WTQQrAIAwE85Ae+/+f9Q0t1kaGZA0V2oE5GDdBBc05tv1c8WnrqMAbU3ODa2XMjAGEAUq8lk7gsF7tpfuTqubKB5yhsnJAM6IyzX8GzFDZbx+RsF7tjQGEAUq8lk7AtTJm0n9Y8W52VKCyd5ldj0d+zxNZzYoAAAAASUVORK5CYII=);
}
#userbar {
    width: 100%;
    background: #c0c0c0;
    border-bottom: solid 1px #808080;
    position: fixed;
    top: 0;
}
#userbar p {
    margin: 6px 20px;
    padding: 1px;
}
#userbar-buttons {
    float: right;
    background: #808080;
}
#userbar-buttons > div {
    cursor: pointer;
    padding: 4px;
    background: #008000;
    margin: 0 1px;
    color: #ffffff;
}
#userbar-buttons > div:hover {
    background: #00ff00;
}
#userbar-sitename {
    padding: 0 10px 0 0;
    font-size: 14px;
}
#userbar-sitename span {
    font-weight: bold;
}
#userbar-sitename a {
    color: #000000;
}
#content {
    width: 90%;
    min-width: 800px;
    font-size: 16px;
    margin: 40px auto 8px;
    padding: 12px;
    border: solid 1px #AAA;
    border-radius: 5px;
    background: #ffffff;
}
.form_add {
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    border: solid 1px #CDCDCD;
}
.form_add p {
    font-weight: bold;
    font-size: 18px;
}
.form_add input {
    margin: 8px 16px 8px 8px;
    border-radius: 4px;
    border: 1px solid #808080;
    padding: 6px;
}
.form_add input[type="button"] {
    border-color: #c0c0c0;
    background: #dddddd;
}
.form_add input[type="button"]:hover {
    border-color: #808080;
    background: #c0c0c0;
}
.form_add input{
    width: 300px;
}
a {
    color: #008000;
}
a:visited {
    color: #003500;
}
a:hover {
    color: #00ca00;
}
a:active {
    color: #00ca00;
}
.main-header {
    font-size: 60px;
    font-weight: bold;
}
.main-header span {
    font-size: 20px;
}
#main p {
    font-size: 16px;
    line-height: 26px;
}
.sub-header {
    font-weight: bold;
    color: #111111;
}
table.two-columns {
    width: 100%;
}
table.two-columns td {
    width: 50%;
}
#skaz-filter {
    padding: 6px;
}
#skaz-filter p {
    margin: 0 0 12px;
}
#skaz-filter input {
    width: 400px;
    border-radius: 4px;
    border: 1px solid #808080;
    padding: 4px;
    margin: 3px 12px 3px 0;
    font-size: 18px;
}
#skaz-filter input[type="button"] {
    border-color: #c0c0c0;
    background: #dddddd;
    font-size: 14px;
}
#skaz-filter input[type="button"]:hover {
    border-color: #808080;
    background: #c0c0c0;
}
#skaz-table {
    font-size: 16px;
}
#skaz-table img {
    width: 128px;
}
#skaz-table a {
    color: #ff0000;
}
#skaz-table .button {
    z-index: 1;
    border: solid 1px #008000;
    background: #808080;
    cursor: pointer;
    padding: 3px;
    margin: 0 0 4px 0;
}
#skaz-table .button:hover {
    background: #c0c0c0;
}
#skaz-table tr .button {
    display: none;
}
#skaz-table tr:hover .button {
    display: block;
}
#skaz-table input {
    width: 200px;
    border-radius: 4px;
    border: 1px solid #808080;
    padding: 2px;
    margin: 3px 0;
}
#skaz-statistic table {
    width: 100%;
}
#skaz-statistic td {
    padding: 10px 20px 20px 20px;
}
#skaz-statistic p {
    font-size: 19px;
}
#skaz-statistic ul {
    margin: 8px 0 0 0;
}
#skaz-statistic li {
    margin: 2px 0 8px;
}
#copyright {
    font-size: 12px;
    width: 80%;
    min-width: 400px;
    padding: 6px;
    margin: 16px auto;
}