﻿.titlebar_container h1 img {
    height: 30px;
    float: right;
    cursor: pointer;
}

#list-view {
    display: none;
}

#event-info h1 {
    padding-bottom: 10px;
}

#image {
    padding-top: 10px;
}

#image img {
    width: 100%;
}

.view-button {
    height: 23px;
    width: 23px;
    background-color: white;
    position: relative;
    cursor: pointer
    
}

.morelink{
    pointer-events: none;
}

#list-view-button {
    background: url("../../assets/img/event-aggregate/ListView-Icon.png") no-repeat scroll 0 0;
    /*left: 620px;*/
    float:right;
    top: -39px;
    padding-right: 5px;
}

#list-view-button:hover, #list-view-button:focus, #list-view-button.selected {
    background: url("../../assets/img/event-aggregate/ListView-Icon.png") no-repeat scroll 0 -27px;
}

#calendar-view-button {
    background: url("../../assets/img/event-aggregate/CalendarView-Icon.png") no-repeat scroll 0 0;
    float:right;
    top: -39px;
    padding-right: 5px;
}

#calendar-view-button:hover, #calendar-view-button:focus, #calendar-view-button.selected {
    background: url("../../assets/img/event-aggregate/CalendarView-Icon.png") no-repeat scroll 0 -27px;
}

#event-details .titlebar_container {
    height: 25px;
}

.fc-header-title h2 {
    font-size: 16px;
}

span.fc-event-title {
    font-size: 11px;
}