.flex-container {
    display: flex;
    align-items: center;
    width: 33%;
    height: auto;
    background-color: #191919;
    margin: 5px;
}
 
.dashboard-header {
    width: 50%;
    height: auto;
    margin: 5px;
    border-radius: 3px;
}

hr {
    background-color: #607d8b;
    width: 95%;
    margin: 0 auto;
    border: none;
    height: 2px;
}

.title-header {
    font-family: sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    margin: 2px;
    padding: 5px;
    width: 100%;
    height: auto;
    background-color: #333333;
    border-radius: 3px;
    text-align: center;
}

.data-header {
    margin: 2px;
    width: 100%;
    height: 120px;
    background-color: #263238;
    border-radius: 3px;
}

.data-type {
    font-size: 15px;
    color: #FFFFFF;
    margin: 10px;
    width: 260px;
    position: absolute;
    text-align: right;
}

.glyphicon-data {
    font-size: 30px;
    color: white;
    margin: 20px;
}

.data-text {
    font-size: 30px;
    color: #FFFFFF;
    margin: 20px;
    width: 180px;
    position: absolute;
    text-align: right;
}

.data-subtext-left {
    font-size: 12px;
    color: #FFFFFF;
    margin: 10px;
    width: 260px;
    position: absolute;
    text-align: left;
}

.data-subtext-right {
    font-size: 12px;
    color: #FFFFFF;
    margin: 10px;
    width: 260px;
    position: absolute;
    text-align: right;
}

.dashboard-graph {
    margin: 2px;
    width: 100%;
    height: 200px;
    background-color: #263238;
    border-radius: 3px;
}
