.gaugeColumn {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    opacity: 0.9;
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
    min-height: 145px;
    color: rgb(42, 107, 131);
    text-align: center;
}

.reportText {
    height: auto;
}

.col-md-2.nameColumn {
    text-align: -webkit-left;
    cursor: pointer;
}

.nameLabel {
    margin-top: 35px;
}

.nameLabel:hover {
    text-decoration: underline;
}

.flowLabel {
    margin-top: 25px;
    font-size: 30pt;
}

.reportLabel {
    margin-top: 25px;
    font-size: 25pt;
}

.lineBreaker{
    height:15px;
    background-color: rgba(0,0,0,0);
    border-width: 0px;
    padding: 0px;
}

.heading {
    margin-top: 3px;
    margin-bottom: 3px
}

.readFullReport {
    margin-top: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.glyphicon-triangle-bottom, .glyphicon-triangle-top {
    font-size: 8pt;
    margin-left: 5px;
}


.top-buffer {
    margin-top:5px;
}
.col-md-*.weather{
    border-bottom-style: solid;
    border-bottom: rgb(0,0,0,.80);
    border-bottom-width: 1px;
    overflow: hidden;
    text-align: center;
}

/* overrides for the weather row*/
.active-weather-tile .weather-preview {
    width: 45%;
}

/*TODO: should refactor this to use flexbox*/
.weather-preview {
    width: 25%;
}

.active-weather-tile *{
    background-color: #eaeaea;
    color: rgb(30, 78, 97);
}
/* end weather row overrides */

/* mobile phone */
@media all and (max-width: 768px) {
    .gaugeColumn {
        min-height: 114px;
        display: inline-table;
    }
    .nameLabel {
        margin-top: 10px;
    }

    .flowLabel {
        margin-top: 10px;
    }
    .reportLabel {
        margin-top: 18px;
    }

    .nameColumn {
        margin-top: 20px;
    }

    .iconWrapper {
        margin-top: 5px;
    }

    .lineBreaker{
        height:10px;
    }

    .weather-preview {
        height: auto;
    }
}