#competition_container{
  padding-top: 20px;
}
.big_bottom{
   font-family: 'BigBottomCartoonRegular'; 
   font-weight: normal; 
   font-style: normal; 
}
.centered{
  text-align: center;
}
.brown{
   color: #8a6439;
}
.dark_blue{
   color: #29417f;
}
.blue{
  color: #cbf3f5;
}
.white{
color: white;
}
.navy_bg{
  background:#4bc0ad;
}
.blue_bg{
  background:#29417f;
}

.rounded{
  border-radius: 10px;
  padding:3px;
}
.small_abc{
  width: 80px;
}

.big_abc{
  width: 150px;
}
#fca_picture{
  margin: 20px 0;
}

.competition_container_tab{
  width: 30%;
  float:left;
  margin-right: 10px; 
}
.competition_tab{
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}
#clock{
    border-radius: 10px;
    border: 2px solid #cbf3f5;  
}
#clock_picture_with_desc{
   font-family: 'BigBottomCartoonRegular'; 
   font-weight: normal; 
   font-style: normal;
   color: #29417f; 
}

#clock_picture img{
  width: 23px;
}

#disnejland{
    background: url('../image/disnej_3.png');
    background-repeat: no-repeat;
    background-position:left top;
    background-size: cover;
    height: 338px;
    border-radius: 10px; 
    margin-bottom: 15px;
}
#bat{
  width: 115px;
  float:left;
  padding-top: 25px;
}
#competition_links{
  width: 180px;
  float:left;
  margin-top:25px; 
} 

#competition_links div{
   border: #8a6439 solid 1px;
   padding: 7px;
   margin-top: 10px;
   text-align: center;
   border-radius: 10px;
}
#competition_links a{
   color: #8a6439;
}

.about_competition{
padding: 10px;
}

#zadanie_konk{
float: left;
width: 550px;
padding-top: 10px;
}

#disnej-img-modal{
width: 150px;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
     -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#prize2-img{
background-color: white;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    padding:10px;
         -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
#prize2-img img{
   width: 150px;
}




