/*
*= require jquery-ui.css
*= require jquery.countdown.css
*= require_self
*/

.myTable {
    width: 100%;
    height: 96%;
    cursor: pointer;
}
.prizeavailable {
    text-align: center;
    background-color: lightblue;
    width: 40px;
    height: 40px;
}
.prizenotwon {
    text-align: center;
    background-color: red;
    width: 40px;
    height: 40px;
}
.free {
    text-align: center;
    background-color: green;
    width: 40px;
    height: 40px;
}
.prizewon {
    text-align: center;
    background-color: orange;
    width: 40px;
    height: 40px;
}
.subprizewon {
    text-align: center;
    background-color: deepskyblue;
    width: 40px;
    height: 40px;
}
.mainprizewon {
    text-align: center;
    background-color: greenyellow;
    width: 40px;
    height: 40px;
}
.flag {
    background-color: green;
    text-align: center;
    width: 40px;
    height: 40px;
}
