﻿/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 4.5rem;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.divider-vertical {
    height: 40px;                  /* any height */
    border-left: 1px solid gray;    /* right or left is the same */
    float: left;                    /* so BS grid doesn't break */
    opacity: 0.5;                   /* optional */
    margin: 0 15px;                 /* optional */
}

.small-button {
    font-size: 16px;
    margin-top: 10px;
}

.red-button {
    background-color: #ba0000;
    color: white;
}

.menu-size {
    font-size: 20px;
}

.warning-icon {
    font-size: 30px;
    color: #ff0000;
    margin-top: 0px;
    margin-right: 15px;
}