.report-holder .overflow{
    height: 100%;
    overflow: hidden;
}

.report-holder .real-list{
    width: 100%;
    height: 90%;
    overflow: auto;
    white-space: nowrap;
}

.report-hour {
    width: 50px;
    margin: 0px;
    padding: 4px;
    text-align: center;
    color: white;
}

.report-hour:hover{
    background: silver;    
}

.hour-grid{
    color: black;
}

.report-day {
    display: inline-block;
    height: 100%;
}

.day-grid .report-hour{
    text-align: right;
    color: black;
}
/*
.report-day.report-today {
    outline: 2px solid #fcf378;
    position: relative;
}*/

.report-hour.report-now {
    outline: 2px double purple;
    position: relative;
}

.hidden-color{
    visibility: hidden;
}

.alt-key .hidden-color{
    visibility: visible;
}

.report-color-label:hover{
    transform: scale(3);
}

.report-color-label{
    transition: 1s all;
    min-width: 3px;
    min-height: 3px;
    max-width: 12px;
    max-height: 12px;
    display: inline-block;
    border-radius: 100px;
    margin: 0 2px;
    vertical-align: middle;
}

@media screen and (max-width: 500px){

    .report{
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 20px;
    }

}