﻿body {
    height: 100%;
    width: 100%;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: 5px solid;
    color: #ff0000;
}

.appbutton {
    /*border: solid 1px;*/
    box-shadow: 2px 2px lightgrey;
}

    .appbutton a {
        color: #3391aa;
        font-size: 2rem;
    }

    .appbutton .panel-body {
        border-radius: 3px;
        background-color: #f8f8ff;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
