﻿body {
    padding-top: 3.5em;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.themed-grid-head {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333;
    color: #fff;
    border: 1px solid rgba(86, 61, 124, .2);
}

.themed-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border: 1px solid rgba(86, 61, 124, .2);
}

@-webkit-keyframes spin {
    to {
        stroke-dashoffset: -264;
    }
}

@keyframes spin {
    to {
        stroke-dashoffset: -264;
    }
}

.spinner circle {
    fill: none;
    stroke: slategray;
    stroke-width: 16;
    stroke-linecap: round;
    stroke-dasharray: 0, 0, 70, 194;
    stroke-dashoffset: 0;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.logo-container {
    text-align:center;

}