[v-cloak] { 
    display: none; 
}

body {
    background: #f4f4f4;
}
.main-wrap {
    padding: 10px 10px 80px;
    min-height: 600px;
    max-width: 1600px;
}
@media only screen and (min-width: 991px) {
    padding: 20px 20px 80px;
}
/**
 * typography
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
/**
 * nav header
 */
.nav-wrapper {
    max-width: 1170px;
    padding: 0 25px;
}
nav .brand-logo {
    font-weight: 200;
}
/**
 * footer
 */
.page-footer .container {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
}
/**
 * bootstrap
 */
.row {
    margin-bottom: 0;
}

.card .card-content p {
    margin: 0 0 10px 0;
}

/**
 * elements
 */
.card.big-number .num-value {
    font-size: 45px;
    font-weight: 500;
}
.card.big-number .num-unit {
    font-size: 20px;
    font-weight: 300;
    margin-left: 3px;
}
.card.big-number .card-title {
    font-size: 15px;
    line-height: 1.3em;
    display: block;
    font-weight: 400;
}
/* switch */
.switch label {
    display: flex;
    align-items: center;
}
/* big card icon */
.card.big-number .card-content > i {
    display: block;
    position: absolute;
    font-size: 25px;
    bottom: 20px;
    right: 20px;
}
/* value details */
.details {
    font-size: 0.9em;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}
.details i {
    margin: 0 8px;
}
.details .label {
    font-size: 0.8em;
    font-style: italic;
    color: #888;
    margin-left: 2px;
}
.details .min {
    color: red;
}
.details .max {
    color: green;
}
