@import "/templates/demodizzy/css/grid.css";
@import "/templates/demodizzy/css/modules.css";
@import "/templates/demodizzy/css/tuning.css";

.eyes{
    font-size:14px;
    background: #d54e4e;
    background: -webkit-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: -moz-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: -o-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: -ms-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    width: auto !important;
    color: white;
    padding: 4px 10px 6px 10px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.left_block.hidden, .right_block.hidden, .top_version{
  display:none;
}
.content_block .center_block.bigged{
   width: 100% !important;
}
.content_block .center_block.bigged div, .content_block .center_block.bigged div a, .content_block .center_block.bigged dl.news dd, .center_block.bigged div span, .center_block.bigged table p{
   font-size:16px !important;
}
.center_block.bigged .infoblock .body p strong span{
  font-size:20px !important;
}
.top_version{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 14px;
    color: #fff;
    background: #d54e4e;
    background: -webkit-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: -moz-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: -o-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: -ms-linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    background: linear-gradient(top, #d54e4e 0%,#ee3333 100%);
    width: auto !important;
    color: white;
    padding: 4px 10px 6px 10px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.top_version.plus{
  display:block !important;
}
