.guideoverview {

    width: auto;
    overflow-x: scroll;
    margin-left: 180px;
    overflow-y: visible;

}

.guideoverviewtable {
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
}

.guideoverviewtable > tbody > tr {

}

.guideoverviewtable > tbody > tr > td {
    margin: 0;
    white-space: nowrap;
}

.guideoverviewtable > tbody > tr > td.guidename {

    position: absolute;
    width: 170px;
    left: 0;
    background-color: white;
    z-index: 9;
    padding-left: 20px;
}

.guideoverviewtable > tbody > tr > td.guideday {
    height: 25px;
    border-right: 1px solid #dcdada;
}

.guideoverviewtable > tbody > tr > td.guideday.weekend {
    background-color: #dcdada;
}

.guideoverviewtable > tbody > tr > td.guideday > .availbility {
    position: relative;
    top: -7px;
    min-height: 5px!important;
}

.guideoverviewtable > tbody > tr > td>.tours {
    position: relative;
    top: -12px;
    height: 10px;
}

.guideoverviewtable > tbody > tr > td>.monthlytours {
    font-size:smaller;
}

.guideoverviewtable > tbody > tr > td>.tours>.tour {
    display: table-cell;
}
.guideoverviewtable > tbody > tr > td>.tours>.tour>i {
    cursor: pointer;
}
.guideoverviewtable > tbody > tr > td>.tours>.tour>.unassigned {
    color: #fbe157;
}

.guideoverviewtable > tbody > tr > td>.tours>.tour>.assigned {
    color: #5757fb;
}

.guidemonthlyoverview {
    width:60px;
    padding: 0px 0px 0px 2px!important;
    border-right:1px solid #ccc;
}

.guidemonthlyoverview > .tours > .tour{
    width:8px;
    float:left;
}


@media print {
    .guidemonthlyoverview {transform: scale(.8);}
}