html,
body {
  height: 100vh;
}
a {

}
body {
    font-family: PT Sans, Arial;
    font-size: 10pt;
    line-height: 1.5;
}
table {
    font-family: PT Sans, Arial;
    font-size: 10pt;
    line-height: 1.5;  
    margin-bottom: 10px;
}
hr{
    border:none;
    height:1px;
    clear:both;
    color:#ddd;
    background-color:#ddd;

}
.clear {
    height:0px;
    width:100%;
    clear:both;
    line-height:0px;
}
.page {
    width: 1120px;
    margin: auto;
}
.mark {
    background: #eee;
}
.mark:hover {
    background: #ddd;
    cursor:pointer;
}
.car {
    background: #b1deb1;
}
.car:hover {
    background: #37d337;
    cursor:pointer;
}
.body {
    background: #eee;
    padding: 0px 20px;
}
.body:hover {
    background: #ddd;
    cursor:pointer;
}
.year {
    background: #b1deb1;
    padding: 0px 20px;
}
.year:hover {
    background: #37d337;
    cursor:pointer;
}
.type {
    background: #eee;
    padding: 0px 20px;
}
.type:hover {
    background: #ddd;
    cursor:pointer;
}
.copy {
    margin-left: 10px;
    display: block;
    cursor:pointer;
}
.message {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #eee;
    padding: 10px;
}
.message .open {
    cursor: pointer;
    padding: 5px;
}
.message-inner {
    display: block;
}
.message-inner-hidden {
    display: none;
}
.message textarea {
    width: 600px;
    height: 240px;
}
.message-send {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    color: #060;
}
.distr-dates {
    background: #eee;
    float: right;
}
.distr-dates td {
    font-size: 10pt;
}
.user-panel {
    float: left;
}
a {
    color: #0645ad;
    text-decoration: none;
}
a:hover {
    color: #F00;
    text-decoration: underline;
}
.table-6 td {
    width: 175px;
    padding: 2px 10px;
}
.search-result {
    width: 100%;
}
.search-result td {
    padding: 3px 2px;
    margin-bottom: 4px;
}
.result {
    margin-bottom: 100px;
}
.advert {
    font-size: 10pt;
    color: #f00;
    font-weight: bold;
    text-align: center;
}
.auth-form {
    text-align: center;
    background: #eee;
    padding: 40px;
    width: 230px;
    margin: 40px auto;
}
.enter-button {
    padding-top: 10px;
}
.copy-td {
    /*display: block;*/
    overflow: hidden;
    width: 20px;
    position: relative;
}
.copy-td object {
    margin-top: -10px;
    position: absolute;
}
.copy-td embed {
    position: absolute;
}
.body-help-link {
    cursor: pointer;
    border-bottom: 1px dotted #000;
}
.hidden {
    display: none;
}
.body-help {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #666;
    margin-left: 10px;
    margin-top: -233px;
    padding: 5px;
    position: absolute;
}
.body-help-container {
    position: relative;
}
.text-search {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #eee;
    padding: 10px;
}
.text-search .open {
    padding: 5px;
    cursor: pointer;
}
.text-search-form input {
    border: 1px solid black;
    font-size: 22px;
}
#text-search-field {
    width: 500px;
}
#search-form {
    float: left;
    margin-right: 10px;
}
.settings {
    display: block;
    float: left;
}
.setting-option {
    border: 1px solid #fff;
    padding: 2px 5px;
    background: #eee;
    cursor: pointer;
}
.setting-option.active {
    background: #6C6;
}
.paginator .page,
.paginator .current-page {
    margin: 0px 5px;
    padding: 0px 10px;
    border: 1px solid black;
}
.paginator .page {
    cursor: pointer;
}
.paginator .current-page {
    background: #efe;
}

div.count-container
{
    border: 1px solid black;
    width: 40px;
    height: 20px;
}

div.count-few
{
    width: 20%;
    height: 100%;
    background-color: red;
    float: right;
}
div.count-enough
{
    width: 70%;
    height: 100%;
    background-color: yellow;
    float: right;
}
div.count-many
{
    width: 100%;
    height: 100%;
    background-color: green;
    float: right;
}