/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */


.panel-body {
    padding: 0 !important;
}

.panel-heading {
    border: none !important;
}

.panel-collapse .panel-heading {

}
.panel-default > .panel-heading {
    background-color: #E87511 !important;
}

.programme h2 {

}

.programme a:hover {
    text-decoration: none !important;
}

.event {
    width: 100%;
    float:left;
    padding: 15px;
    font-size: 12px !important;
}

.facts p {
    margin: 0;
}

.accordion-inner .col-md-4 {
    margin-bottom: 10px;
} 

.time {
    font-size: 13px !important;
    font-weight: bold;
}

.description {

}

.name {
    font-style: italic;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.accordion-inner .row {
    margin-left: 10px;
}

.accordion-group {
    margin-bottom: 15px;
}

.accordion-heading {

}

.highlighted {
    color: rgb(255, 0, 0);
}

#submitSearch {
    margin-top: -9px;
}