body{
	background: transparent;
    background-color: unset !important;
    color: #fff;
    font-family: 'Roboto', sans-serif;
} 
#calendarTabs1{
	padding: 1rem 0;
}
.calendar-container {
    margin: 0;
    padding: 0;
    font-size-adjust: none;
    position: relative;
}

.header {
    padding: 0 2px;
    overflow: hidden;
}
.view-container-border {
    clear: right;
    padding: 0 8px;
    position: relative;
    zoom: 1;
    background: none;
}
.view-container {
    overflow: hidden;
    position: relative;
}
.mv-container {
    height: 100%;
    position: relative;
    white-space: nowrap;
    font-size: 11px;
    line-height: 14px;
}

#calendarTitle,
#dateEditableBox1,
#tab-controller-container-week,
.t1-embed,
.t2-embed,
.subscribe-image,
#agenda-underflow-bottom1,
.event-links,
.event .menu-link{
	display: none !important;
} 

#td-print-image-id,
#td-print-text-id,
.calendar-nav,
#agenda-underflow-top1,
#dateMenuArrow1{
	display: none;
}

.mv-daynames-table {
    table-layout: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

#tab-controller-container-month,
#tab-controller-container-agenda{
	display: block;
    padding: 0.1rem 1rem;
    background: rgba(50,50,50, 0.3);
    border: 1px solid #333;
    border-radius: 4px;
    font-weight: normal;
    cursor: pointer;
    margin-right: 2rem;
    transition: 0.3s all ease-in-out;
}
#tab-controller-container-month:hover,
#tab-controller-container-agenda:hover,
.ui-rtsr-selected{
	background: rgba(70,70,70,0.6);
    border-color: #666;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.mv-dayname {
    font-weight: normal;
    padding: 2px;
}


.mv-event-container {
    overflow: hidden;
    position: absolute;
    background: none;
    top: 17px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.month-row {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.st-grid {
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.st-bg-table {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
.st-bg-fc {
    border-left: 0 none;
}
.st-bg {
    border-left: 1px solid #333;
}
td.st-bg:last-child {
    border-right: 1px solid #333;
}
.st-dtitle {
    border-top: 1px solid #333;
    background: rgba(0,0,0,0.3);
    color: #eee;
    padding: 0 2px 0 0;
    text-align: right;
    line-height: 16px;
    overflow: hidden;
}

.st-dtitle-fr {
    border-top: 0 none;
}

.st-dtitle-fc {
    border-left: 0 none;
}

.st-dtitle-nonmonth {
    color: #efefef;
}

.st-c {
    vertical-align: top;
    overflow: hidden;
}

.st-c-pos {
    padding: 1px 1px 0 2px;
    cursor: pointer;
}

.rb-n {
    padding: 1px 1px 1px 3px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
        color: #fff;
    overflow: hidden;
}
.ca-evp1.rb-n{
	border: 1px solid #391614 !important;
    background-color: #90513a!important;
}

.day{
	background: rgba(0,0,0,0.3);
    padding: 0.5rem;
    border-radius: 13px;
    margin-bottom:1rem;
}
span.event-time {
    font-size: 0.8rem;
}
.event-title{
	color: #90513a !important;
	cursor: pointer;
}
.te{
	color: #fff !important;
}
.event-details-label{
	text-decoration: underline;
	padding-top: 0.5rem;
    display: block;
}
.event-details-inner{
	font-size: 0.9rem;
}
.event {
    margin-top: 1rem;
}

.title-wrapper{
	border-bottom: 1px solid #fff;
}
#timezone{
	font-size: 0.7rem;
    padding: 0.5rem 0;
    color: #999;
}
.bubble {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    font-size: 9pt;
    background: #111;
    border-radius: 15px;
}
.bubble-table {
    table-layout: fixed;
    width: 100%;
}
.bubble-cell-side {
    width: 25px;
}
.bubble-corner {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
}
.bubble-sprite {
    width: 148px;
    height: 96px;
    position: absolute;
    
}
.bubble-tl {
    left: 0;
}
.bubble-cell-main {
    width: 100%;
}
.bubble-top, .bubble-bottom {
    height: 24px;
}
.bubble-cell-side {
    width: 25px;
}

.bubble-mid {
    background: #111;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 20px;
}
.bubble .details .title {
    font-weight: bold;
    font-size: medium;
    color: #90513a !important;
}
.bubble .details .links,
.bubble .details .separator,
.bubble .details .menu-link{
	display: none;
}
.detail-content {
    padding: 1em 0;
}
.bubble .detail-content {
    padding-bottom: 0;
}
.detail-item {
    padding: 3px 0;
    margin: 0;
}
.bubble .separator {
    height: 1px;
    line-height: 0;
    font-size: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.st-bg-today{
    background: none;
    border-right-color: #333;
}
.st-dtitle-today{
    border-color: initial;
}
