#container{ width: 100%; height: 90%; border-radius: 5px; border:1px solid var(--ns-primary); display: table; background-color: rgba(0, 65, 101, 0.7); margin-top: 20px; } #left{ float: left; width: 70% !important; height: 100%; } #right{ float: right; width: 30%; height: 50%; }