@charset "UTF-8";

div#report{
  width:950px;
}

#report h2{
  color:#12A984;
  font-size:30px;
  line-height:45px;
  margin:45px 0 40px 0;
  font-weight: bold;
}

#report h3{
  color:#3399CC;
  font-size:22px;
  margin-bottom:30px;
  font-weight: bold;
}

#report h4{
  color:#12A984;
  font-size:22px;
  margin-bottom:20px;
  font-weight: bold;
}

#report p{
  margin: 0 0 45px 0!important;
  font-size: 15px;
  color: #A19389;
  line-height: 26px;
}

#report img{
  width:100%;
}

#report img.vr{
  margin:0 175px;
  width:600px;
}

#report .name{
  font-weight: bold;
  color:#3399CC;
}

#jury-prize{
  overflow: hidden;
}

div.jury{
  width:300px;
  float:left;
  margin-right: 25px;
}
div.jury-last{
  width:300px;
  float:left;
  margin-right: 0;
}
div.jury h4,div.jury-last h4{
  text-align: center;
  margin-bottom: 30px;
}
div.jury img,div.jury-last img{
  margin-bottom: 20px;
}
div.jury p,div.jury-last p{
  font-size: 12px!important;
  line-height:20px!important;
}

@media (max-width: 750px) {
  
  div#report{
    width:100%;
    padding:0 6%;
  }

  #report h2{
    font-size:20px;
    line-height:1.5;
  }

  #report h3, #report h4{
    font-size:16px;
  }

  #report img.vr{
    margin:0;
    padding:0 20%;
    width:100%;
  }

  #report p{
    margin: 0 0 20px 0!important;
    font-size: 12px;
    line-height: 1.5;
  }
  div.jury{
    width:100%;
    float:none;
    margin-right: 0;
  }
  div.jury-last{
    width:100%;
    float:none;
  }
  div.jury img,div.jury-last img{
    padding: 0 20%;
  }
  div.jury p,div.jury-last p{
    text-align: center;
  }

}
