#createCompetition .container{
    max-width: 960px;
}
h4{
  margin-bottom: 10px;  
}
fieldset{
    margin: 0;
}
fieldset input[type=text]{
    width: 100%;
}
.how_many_certificates.none,
.how_many_certificates_l.none{
    display: none !important;
}
.how_many_certificates h3{
    font-weight: normal;
    display: block !important;
}
#authors>div,
#leaders>div{
    border-top: 1px dashed #DDDDDD;
    position: relative;
}
#authors>div:first-child,
#leaders>div:first-child{
    border-top: none;
}
#authors>div:first-child .close{
    display: none;
}
div .row .how_many_certificates,
div .row .how_many_certificates_l{
    display: block;
}
#Post_page_id {
    width: 340px;
}
@font-face {
    font-family: 'lucida_granderegular';
    src: url('font/6216-webfont.eot');
    src: url('font/6216-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/6216-webfont.woff2') format('woff2'),
         url('font/6216-webfont.woff') format('woff'),
         url('font/6216-webfont.ttf') format('truetype'),
         url('font/6216-webfont.svg#lucida_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.step_num{
    height: 184px;
    color: #dfdfdf;
    font-family: 'lucida_granderegular';
    font-size: 156px;
    font-weight: bold;
}
/**** Файл менеджер ****/
.image{
    position: relative;
}
.image .tool{
    position: absolute;
    display: none;
    text-align: center;
    width: inherit;
}
.image:hover .tool{
    display: block;
}
.image img{
    padding: 3px;
    border: 1px solid #ccc;
}
.popUpContainer{
    background: white;
    border: 1px solid #ccc;
    overflow-y: auto !important;
}
.fm{
    padding: 15px;
}
.fm .row{
    padding: 15px;
}
.fm .col{
    padding: 3px;
}
.fm .img{
    position:relative;
}
.fm .img .delete{
    position: absolute;
    top:0;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/del.png) no-repeat;
    display: none;
}
.fm .img:hover .delete{
    display: block;
}
.fm img{
    width: 100px;
    height: 100px;
    cursor: pointer;
    padding: 3px;
    border: 1px solid #ccc;
}
.fm img:hover{
    opacity: 0.7;
}
.competitions table{
    width: 100%;
    padding: 50px 0 80px;
}
.competitions table td.link{
    width: 215px;
}
.competitions table td h4{
    text-transform: uppercase;
    color: #E88200;
}
.result .grid-view table.items th{
    background: #ffd200;
    background: -moz-linear-gradient(top,  #ffd200 0%, #fff100 100%);
    background: -webkit-linear-gradient(top,  #ffd200 0%,#fff100 100%);
    background: linear-gradient(to bottom,  #ffd200 0%,#fff100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#fff100',GradientType=0 );
    color:#95470F;
    border-bottom: 1px solid #95470F;
}
.result .grid-view table.items th a,
.result .grid-view table.items th a:hover{
    color:#95470F;
}