.col1 { float: left; margin-right: 8px; margin-left: 8px; min-height: 300px; } .col2 { min-height: 300px; margin-right: 0px; margin-left: 12px; float: left; width: 300px; height: auto; } .col { float: left; margin-right: 20px; min-height: 300px; } .hidden-stats { height: 0; display:none; } .shown-stats { /* -webkit-transition: all .5s ease-in; -o-transition: all .5s ease-in; -moz-transition: all .5s ease-in; transition: all .5s ease-in; */ height: 0; } table { border-collapse: collapse; } td, th { padding: 3px; } .lbrow { /* Temporary adjust for font changes */ font-size:105%; background: #000; transition:background .5s; -webkit-transition:background .5s; -o-transition:color .5s; -moz-transition:color .5s; cursor: default; } .lbrow:hover { background: #356; transition:background 0s; -webkit-transition:background 0s; -o-transition:color 0s; -moz-transition:color 0s; } .leftBtn { left:0px; } .rightBtn { right:0px; } .leftBtn, .rightBtn, rightBtn a { text-align:center; text-decoration: none; position:absolute; top:65px; width:50px; background-color: #262631; font-size:200%; height:290px; line-height:270px; border-radius: 5px; border: 1px solid #333; } .scoreActive:hover { background-color: #343c57; } .scoreDisabled { background-color: #222223; } .scoreContainer2 { width:390px; height:500px; margin-left:auto; margin-right:auto; position:relative; } .scoreMedal { text-align:right; vertical-align:bottom; background-repeat:no-repeat; } .scoreGold { background-image: url(../images/MedalGoldCAb.png); } .scoreSilver { background-image: url(../images/MedalSilverCAb.png); }