* { box-sizing: border-box; } table{ margin: 20px auto; } .vastus td{ border: 5px solid lime !important; } td { border: 4px solid white !important; width: 40px !important; height: 40px !important; font-weight: bold; } .main{ display: flex; } .left, .right{ margin: 10px; width: calc((100vw - (13*40px) - 40px) / 2) !important; }