/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 30, 2018, 9:40:19 PM
    Author     : Tarun
*/


.th_top_team{
    background-color: #387d41;
}

.td_side_team{
    background-color: #e21334;
}

.top_side_teams_wrapper {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.top_side_team {
    display: table-cell;
    width: 50%;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 7px;
}

.side_team{
    background-color: #e21334;
}

.top_team {
    background-color: #387d41;
}


.td_picked_square{
    font-weight: bold;
    /*background-color: #fff;*/
}
.bg-defualt .btn {
    font-size: 12px;
    padding: 10px 20px;
}

.countdown-period{
    color: #000 !important;
}