table, body, input, p, pre, dt, dd {
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
}

.title {
    font-size: 18px;
    color: navy;
}

.company {
    font-size: 18px;
}

.position {
    font-size: 15px;
}

.city {
    color: #a3a3a3;
}

.period {
    color: gray;
}

.desc {
    width: 700px;
    text-align: justify;
}

.line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.line:before,
.line:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    z-index: -1;
    position: relative;
    vertical-align: middle;
}
.line:before {
    right: 10px;
    margin: 0 0 0 -100%;
}
.line:after {
    left: 10px;
    margin: 0 -100% 0 0;
}

.okVal {
    color: green;
}

.widthVal {
    width: 700px;
}

li {
    margin-top: 7px;
    margin-bottom: 7px;
}

ol ol ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: item; /* Обнуляем счетчик списка */
}

li li li::before {
    content: '1.' counter(item) ' '; /* Добавляем 1. */
    counter-increment: item; /* Задаём имя счетчика */
}

input {
    margin: 3px 0px 3px 0px;
    padding: 0px;
}

hr {
    border: 0;
    width: 100%;
    color: #aaa;
    background-color: #aaa;
    height: 1px;
}

table.hat {
    background: #f2f2f2;
    border: 1px #aaa solid;
    border-collapse: collapse;
    width: 700px;
}

.hat td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
    height: 45px;
}

table.subd {
    background: #f2f2f2;
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 190px;
}

.subd td {
    text-align: center;
    height: 40px;
}

table.subdhead {
    background: #f2f2f2;
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
}

.subdhead td {
    text-align: center;
    height: 40px;
}

table.ads {
    background: #f9f9f9;
    border: 1px #aaa dashed;
    border-collapse: collapse;
    width: 700px;
}

.ads td {
    border: 1px #aaa dashed;
    padding: 0.2em;
    text-align: center;
    height: 45px;
}

table.wikitable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

.wikitable th,
.wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}

.wikitable th {
    background: #f2f2f2;
}

.wikitable caption {
    font-weight: bold;
}

a {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
    font-size: 14px;
}

a:hover {
    text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
}

/* Иконка-глаз "Все просмотренные" в главном меню */
img.menuEye {
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px;
    width: 32px;
}

img.menuEye:hover {
    border: 2px #aaa solid; /* Рамка при наведении мышки */
    padding: 1px;
    cursor: pointer;
}

/* Иконка-глаз "Просмотрено" в описании фильма */
img.descEye {
    margin-top: 12px;
    margin-left: -5px;
    width: 30px;
}

img.descEye:hover {
    cursor: pointer;
}

/* START: форма авторизации */

.auth-box {
    position: relative;
    margin-bottom: 21px;
}

input.auth {
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px;
    width: 100%;
    font-size: 14px;
}

button.auth {
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px;
    width: 45%;
    font-size: 14px;
}

button.auth:hover {
    border: 2px #aaa solid;
    padding: 11px;
    cursor: pointer;
}

label.auth {
    position: absolute;
    top: -7px;
    left: 12px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
}

p.flash {
    font-size: 14px;
    color: red;
    margin-bottom: 22px;
}

/* END: форма авторизации */