.row-centered {
    text-align:center;
}
.hub-button{
    background-color: lightgray;
    font-size: 3em;
    margin:10px;
}
.hub-button span{
    font-size: 0.6em;
}

col-sm .hub-button{
    background-color: lightgray;
    font-size: 3em;
    margin:10px;
}
.row{
    margin-left: 0;
    margin-right: 0;
}

.container .row{
    margin-left: -15px;
    margin-right: -15px;
}

a {color:inherit}
a:hover{text-decoration: none;}

footer{
    margin-top: 15px;
}

.red{color: red}
.bold{font-weight: bolder}
.fa-check{color:lightgreen}
.fa-times{color: red}
div.vertical
{

    transform: rotate(-70deg);
    -webkit-transform: rotate(-70deg); /* Safari/Chrome */
    -moz-transform: rotate(-70deg); /* Firefox */
    -o-transform: rotate(-70deg); /* Opera */
    -ms-transform: rotate(-70deg); /* IE 9 */
}

th.vertical
{

    line-height: 14px;
    padding-bottom: 20px;
    text-align: left;
}
.fas{ cursor: pointer}

.lg-bg{
    background-color: #f5f5f5;
    margin:5px;
    padding: 5px;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.uperms .form-check-input{
    margin-left:0px;

}

.gal-wrap{border: 1px solid #eaeaea; padding:10px; margin: 5px;}
.gal-wrap img{max-height: 100%; max-width: 100%}

