.paragraph--type--external-calendar-feed {
    margin-top: 4rem !important;
    margin-bottom: 2rem;
}

#shs-external-calendar-feed {
    width: 100%;

}

#shs-external-calendar-feed table td {
    line-height: 1.1;
    display: table-cell;
}

#shs-external-calendar-feed .fc-list-day th {
    width: 100%;
}

#igotclicked{
    background-color:rgb(255,255,255);
    border:3px solid rgb(115,15,30) !important; 
    width:500px;
    height:200px;
    position:fixed;
    top:50%;
    left:0;
    margin-top:-100px;
    margin-left:250px;
    z-index:9999999;
    display:none;
}

.controls-wrapper {
    margin: 1rem 0;
}

.controls-wrapper, .controls-wrapper > div {
    display: flex;
}


.cal-btn{
    color: rgb(115,15,30);
    cursor: pointer;
}

.cal-btn, .cal-label, .cal-link{
    display:inline-block;
    padding: .125em .5em;
}

.cal-label{
    text-transform: uppercase;
    color: rgb(115,15,30);
    font-weight: 600;
    padding-left: 0;
}

.cal-link-wrapper {
    margin: 0rem .25rem;
}

.cal-link{
    color: rgb(115,15,30);
    border: thin solid rgb(115,15,30);
    background-color: white !important;
    cursor: pointer;
}

.cal-link:hover, .cal-link:focus{
    color: white;
    background-color: inherit !important;
    border-color: transparent !important;
}

.cal-link.active{
    color: white;
    background-color: inherit !important;
    border-color: transparent;
}