.main-container{    float: left;
    width: 100%;}
.strategySelection{float: left;
    width: 100%;
    text-align: center;}
.strategyTable{float: left;
    width: 100%;}
table{
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #9e9e9e8c;
    }
tbody,tr{float: left;
    width: 100%;}
th{
    float: left;
    width: 14.28%;
    padding: 0.5% 0%;
    background: linear-gradient(#ffffff, #9e9e9e8c);
    }
td{
    float: left;
    width: 14.28%;
    padding: 0.5% 0%;
    background: linear-gradient(#ffffff, #9e9e9e1f);
    }
.left{
    float: left;
    width: 33%;
    font-size: 18px;
    }
.middle{
    float: left;
    width: 33%;
    font-size: 18px;
    text-align:  center;
    }
.right{
    float: left;
    width: 33%;
    text-align: right;
    font-size: 18px;
    }
b{color: maroon;}
.bigStatus{position: absolute;
    margin: 22% 40%;
    color: #ff000036;
    font-size: 101px;}
select {padding: 5px;font-family:Cursive;line-height:1;border-radius:5px;background-color: maroon;color: yellow;font-size:20px;outline:none;}
select:hover {
color:#00ff7f
}
.highlightLink{padding: 5px;font-family:Cursive;line-height:1;border-radius:5px;color: blue;font-size:20px;outline:none;text-decoration: none;}
.highlightLink:hover {
color:red;
}
.submit{color: #fff;
    background-color: #1067a2;
    font-size: 20px;
    font-weight: 700;
    padding: 4px;
    border-radius: 6px;}
.sub-heading{color: maroon;}
