@charset "utf-8";
/* CSS Document */
.fc-content {
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    margin: 0;
}
.fc-event {
    background-color: transparent;
    border: none;
}
.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: visible;
}
.fc-content {
    float: left;
    width: 100%;
}
.fc-title {
    line-height: 1.5em;
    margin-left: 0;
    float: left;
    text-align: left;
    background-color:#79746c;
    background-color:#000;
     width: 100%;
}
.fc-title h5 {
    font-weight: bold;
    background-color: white;
    padding-bottom: 3px;
    display:block;
    color:#2C3E50;
}
.fc-title img.lg-img {
    display: block;
    border-radius: .2em;
    float: left;
    width: 55%;
}
.fc-title img.sm-img {
    display: block;
    border-radius: .2em;
    float: left;
    width: 20%;
}
a.buttonSurround {
    background-color: #4f718f;
    background-color:black;
    display: block;
    border-radius: .22em;
    color: white;
    float: left;
    letter-spacing: 0.02em;
    padding: 1px 2px;
    border-bottom: 1px solid white;
    word-break: break-all;
    margin: 0px 3px 3px 3px;
}
.fc th, .fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: bottom;
}
a.buttonSurround:hover {
    color: #f3f3f3;
}
.fc-day-number {
    margin-right: 5px;
}
.fc-today .fc-day-number {
    font-weight: bold;
}
.fc-day-header {
    background-color: #fcf8e3;
}
.fc-day-grid {
    background-color: white;
}
.fc-content h4 {
    font-size: smaller;
}
.fc-day-grid-event {
    margin: 1px 3px 0;
    padding: 0 1px;
}
@media all and (max-width: 1024px) {
    .fc-content {
        background-color: transparent;
        text-align: left;
        font-weight: bold;
    }
    .buttonSurround {
        font-size: .88em;
    }
    .fc-content {
        top: 0;
        position: relative;
    }
    .fc-dayGrid-view .fc-body .fc-row {
        min-height: 6.5em;
    }
    a.buttonSurround {
    background-color: #4f718f;
    background-color:black;
    display: block;
    border-radius: .22em;
    color: white;
    float: left;
    letter-spacing: 0.02em;
    padding: 1px 2px;
    border-bottom: 1px solid white;
    word-break: break-all;
    margin: 0px 2px 5px 2px;
        line-height:1.45;
        font-size: .9em;
}
        .navbar-nav span{display:block;}
    
}
@media all and (max-width: 768px) {
    .buttonSurround {
        font-size: .6em;
        font-size: 400;
    }
    .navbar-nav span{display:none;}
    
    a.buttonSurround {
    padding: 1px;
        font-size:.64em;
        margin:0;
        margin-bottom:4px;
    }
}