.left {
  background: #f09;  
}

.right {
  background: #fff;  
}

.main-wrapper {
  height: 100vh;  
}

.section {
  height: 100%;  
  display: flex;
  flex-direction: column;
}


nav a {color: #fff}
a {color: #f09}
nav a.active {font-weight: bold}
h6.panel-title {color: #f09; font-weight: bold; font-size: 100%; text-transform: uppercase}
.notdoneyet {background: #f00; color: #fff; font-weight: bold}
label {font-weight: 500}
table {width: 100%}
@media print
{    
    .d-print-none, .d-print-none *
    {
        display: none !important;
    }
	div {margin: 0; padding: 0}
}