﻿@media screen and (max-width:920px) {
    #dash {
        width: 100% !important;
    }

    #IVRS {
        width: 100% !important;
        margin-left: 0px !important;
    }
    #trendsData {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .flex-item {
        margin: 0% !important;
        display: block;
        flex: none !important;
        width: 100% !important;
        float: left;
        /* flex-direction:column !important;*/
    }

    .flex-container {
        margin: 0% !important;
        display: block;
        flex: none;
    }

    .item {
        margin: 0% !important;
        width: 100% !important;
    }

        .item.img {
            margin: 0% !important;
            width: 100% !important;
        }
}

#dash {
    float: left;
    width: 23vw;
}

#IVRS {
    border: 2px solid green;
    width: 84%;
    margin-left: 147px;
    display: none;
    padding: 20px;
}

#trendsData {
    border: 2px solid green;
    width: 84%;
    margin-top:15px;
    margin-left: 147px;
    padding: 20px;
    display:none
}
.table {
    border-style: double
}
.table > tbody > tr > td {
    background-color: #fff8ec;
    color: black
}
.table > thead > tr {
    background-color: #338805 !important;
    color:white;
}
