.tablemain, thead {
    font-family: sans-serif;
    font-size: 56px;
    text-transform: uppercase;
}
thead {
    font-size: 100%;
    color: #fff;
}
.bowlerpic {
    width: auto; 
    max-width: 60px; 
    max-height: 60px;
    border-radius: 100%;
    height: 100%;
}
body {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}
.bowlcell {
    border-left: 2px solid rgba(256,256,256,1);
}
td, th, piccell {
    text-align: center;
    font-family: sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    width: 25%;
    color: #fff;
    border-bottom: solid 2px #fff;
    height: 75px;
}
.piccell {
    text-transform: capitalize;
    width: 50%;
}
table, body {
    background-color: #000;
    width: 100%;
}
