﻿.bodystat {
    font-family: "Roboto", sans-serif !important;
}

.filter {
    display: flex !important;
    padding-bottom: 20px;
    margin: 20px 8px 4px 0px;
}

.filter > div {
    padding-right: 20px;
}
﻿
.chart {
    width: 100%;
    min-height: 450px;
}

.row {
    margin: 0 !important;
}

﻿#chart {
    width: 100%;
    min-height: 450px;
}

.title_background {
    background-color: #a7d725;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.title {
    color: #a7d725;
    background-color: white;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
}

.subtitle_background {
    background-color: #f5a713;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.subtitle {
    color: #f5a713;
    background-color: white;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
}

.show_button {
    background-color: #f5a713;
    color: white;
    border: none;
}

.bigstat {
    width: 80%;
    min-height: 350px !important;
    border: none;
    overflow-y: hidden;
    padding-top: 0px;
    padding-top: 20px;
}

.shortstat {
    width: 20%;
    border: none;
    overflow-y: hidden;
    float: right;
    padding-top: 70px;
}

.shortstat2 {
    width: 20%;
    border: none;
    overflow-y: hidden;
    float: right;
    padding-top: 20px;
    min-height: 350px;
}

.conversations {
    margin-left: 41%;
}

.conversations > .btn-default {
    background-color : orange;
}
