#tournament-title {
  background-color: #CBF8DD;
  background-image: url("../icons/home-background.png");
  margin-bottom: 0;
  text-align: center;
}

.flipclock-wrapper{
    text-align: center
}

#tournament-countdown{
    zoom: 1.0;
    -moz-transform: scale(1.0);
    display: inline-block;
    width: auto
    /* transform: scale(.54); */
    /* -moz-transform: scale(.54); /* IE 9 / */
    /* -webkit-transform: scale(.54); / Safari and Chrome / */
    /* -o-transform: scale(.54); / Opera / */
    /* -moz-transform: scale(.54); / Firefox */
}

.gif-background{
    background-image: url("../icons/tournament-background.gif");
}

.tournament-section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.tournament-rulebox{
    border: 1px solid blue;
    border-radius: 10px;
}

.tournament-rulebox li{
    margin: 10px 0;
}

.tournament-button{
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}
.section-separation{
    /* color: green; */
    height: 2px;
    border: 2px;
    /* border:none; */
    color:rgb(180,190,240);
    background-color:#DA7C12;
    margin-top:10px;
}

.section-title{
    font-weight: bold;
}

.thead-tournament-winner{
    background-color: #44C4FB;
}

.table-tournament-winner tbody>tr>td{
    text-align: left;
}

tr:nth-child(even) {background-color: #d9edf7;}

.tournament-winners{
    margin-bottom: 50px;
}

.rank-column{
    width: 100px;
    text-align: center;
}
