body {
    min-width: 1199px;
}

.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 265px 900px;
    grid-template-columns: 265px auto;
    min-height: 100vh;
}

.west-coast {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.east-coast {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.west-coast {
    padding: 0 15px;
    border-right: 1px solid slategrey;
    background-color: #222222;
    margin-right: 15px;
    min-height: 100vh;
}

.east-coast {
    padding-top: 15px;
    padding-bottom: 15px;
}

.current-username-wrap {
    color: #F9F9F9;
    margin: 1rem 0;
}

.main-nav ul {
    border-top: 1px solid slategrey;
    padding-left: 0;
    list-style-type: none;
    margin: 0 -15px;
}

.main-nav ul li {
    border-bottom: 1px solid slategrey;
    width: 100%;
}

.main-nav ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 15px;
    color: #F9F9F9;
    border-left:2px solid #333333;
    background-color: #333333;
}

/*.main-nav ul li a:link, .main-nav ul li a:visited {*/

/*}*/

.main-nav ul li a:hover, .main-nav ul li a:active {
    background-color: #555555;
    border-left-color: #555555;
    text-decoration: none;
}

.main-nav ul li a.active {
    /*background-color: #555555;*/
    border-left-color: greenyellow;
}

.secondary-nav {
    position: relative;
    border-bottom: 1px solid slategrey;
    margin-bottom: 1rem;
    background-color: white;
}

.secondary-nav::after {
    content:"";
    display: block;
    position:relative;
    width:calc(100% - 25px);
    bottom:4px;
    z-index:-1;
    box-shadow: 0 0 20px 2px #000000;
    margin: 0 auto;
}

.alert ul {
    margin-bottom: 0;
}

.js-url {
    display: none;
}

.required::after {
    display: inline;
    color: #dd4444;
    content: "*";
}

.canvas-wrap {
    display: inline-block;
    padding: 20px;
    padding-bottom: 10px;
    background-color: #777777;
    width: 450px;
}

.canvas-wrap canvas {
    width: 100%;
    margin-bottom: 10px;
}

input[type=number] {
    text-align: right;
}

#bcf-wrap {
    width: 480px;
}

.positions-table td:nth-of-type(1), .positions-table th:nth-of-type(1),
#businesscards-to-commission td:nth-of-type(1), #businesscards-to-commission th:nth-of-type(1){
    width: calc(3.75rem + 4px);
}

.positions-table td:nth-of-type(2), .positions-table th:nth-of-type(2),
.positions-table td:nth-of-type(3), .positions-table td:nth-of-type(3) {
    width: 100px;
}

.positions-table .btn {
    width: calc(2.25rem + 2px);
}

#businesscards-parking-lot {
    display: none;
}

#login-form {
    width: 600px;
}

#greeting {
    margin-top: 2rem;
    font-size: 1.5rem;
}