/*Splitting screen*/ .floatLeft { float: left; width: 27%; } .floatRight { float: right; width: 67%; } .fullLength { float: left; width: 100%; } .buttonBall { width: 50px; height: 50px; border-radius: 50%; background-color: blue; color: white; } .tableBalls { border: 3px solid black; border-top: none; } table.tableBalls td { text-align: center; width: 35px; } .resultsTable { border: 1px solid #ccc; margin-left: auto; margin-right: auto; } table.resultsTable th, table.resultsTable td { padding: 15px; border: 1px solid #ccc; }