.main__contentContainer {
    margin-top: 3em;
}

/* ticket info */
.mmt-mdp-sidebar .mmt-mdp-section-tickets h3 {
    display: none;
}

.mmt-meeting-detail-page .mmt-mdp-ticket-description p em strong {
    margin: 0 0 .8em 0;
    font-size: 2.2rem;
    font-weight: 300;
    font-style: normal;
    color: #1e2878;
}

.mmt-meeting-detail-page .mmt-mdp-ticket-description .button {
    width: 100%;
    text-align: center;
}

/** Reset lists */
.mmt-mdp-nav ul,
.mmt-mdp-section-attendees ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/** Contain floats / clearfix */
.mmt-clearfix:before, .mmt-clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.mmt-clearfix:after {
    clear: both;
}

.mmt-clearfix {
    zoom: 1;
}

/** Columns */
.mmt-mdp-sidebar .mmt-mdp-section {
    margin-bottom: 2em;
    padding: 1.5em;
    border: 1px solid #a3b5e2;
}

@media (min-width: 768px) {
    .mmt-mdp-main {
        float: left;
        width: 65%;
        margin: 0 5% 2em 0;
    }

    .mmt-mdp-sidebar {
        float: left;
        width: 30%;
    }
}

/** Tables */
.mmt-meeting-detail-page table {
    width: 100%;
    border-collapse: collapse;
}

.mmt-meeting-detail-page caption {
    padding: 2px 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mmt-meeting-detail-page th,
.mmt-meeting-detail-page td {
    text-align: left;
}

.mmt-meeting-detail-page td {
    padding: 5px 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.mmt-meeting-detail-page tr.mmt-mdp-last td {
    border-bottom: 0;
}

/** Reset "last" elements */
.mmt-mdp-last {
    margin: 0;
    padding: 0;
    border: 0;
}

/**
 * .mmt-mdp-back
 * Contains back button (if present)
 */

.mmt-mdp-back {
    width: 100%;
    padding: 5px 0;
}

.mmt-mdp-back a {
    padding: 5px 0 5px 23px;
    text-decoration: none;
    background: transparent url(../../../img/snippets/icon-arrow-left.png) no-repeat 0 50%;
}

/**
 * .mmt-mdp-header
 * Header of the page. Contains a summary of the meeting and it's cover image
 */

.mmt-mdp-header {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
}

@media (min-width: 768px) {
    .mmt-mdp-header {
        width: 65%;
        margin: 0 5% 1em 0;
    }
}

.mmt-mdp-cover-image {
    width: 100%;
    display: block;
}

/** Meetings meta data */
.mmt-mdp-summary h2,
.mmt-mdp-summary p {
    margin: 0;
}

.mmt-mdp-summary p {
    font-size: 1em;
    color: #5466af;
}

.mmt-mdp-summary h2 {
    margin-bottom: .3em;
    font-size: 1.8em;
}

@media (min-width: 481px) {
    .mmt-mdp-summary h2 {
        font-size: 2.5em;
    }
}

.mmt-mdp-tags {
    margin: 0 0 .3em 0;
    padding: 0;
    font-size: 2.2em;
    line-height: 1;
    font-weight: 300;
    list-style: none;
}

.mmt-mdp-tag {
    display: inline;
}

.mmt-mdp-tag:after {
    content: ', ';
}

.mmt-mdp-tag:last-child::after {
    content: '';
}

.mmt-mdp-title {
    margin-bottom: .3em;
    font-size: 2.2em;
    color: #1e2878;
}

.mmt-mdp-meta-data span {
    float: left;
    margin: 3px 15px 3px 0;
    line-height: 24px;
    white-space: nowrap;
}

.mmt-mdp-meta-data .mmt-mdp-date:before,
.mmt-mdp-meta-data .mmt-mdp-location:before,
.mmt-mdp-meta-data .mmt-mdp-labels:before {
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    content: '';
}

.mmt-mdp-meta-data .mmt-mdp-date:before {
    background: url(../../../img/snippets/icon-meeting-calendar.svg) no-repeat 0 3px;
}

.mmt-mdp-meta-data .mmt-mdp-location {
    background: url(../../../img/snippets/icon-location.png) no-repeat 0 3px;
}

.mmt-mdp-meta-data .mmt-mdp-labels:before {
    background: url(../../../img/snippets/icon-meeting-labels.svg) no-repeat 0 3px;
}

.mmt-mdp-section-inner p:first-child {
    font-size: 1.4em;
    font-weight: 300;
}

/** Cover photo enabled */
.mmt-mdp-has-cover .mmt-mdp-summary {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 85%; /** Random number which probably fits in container. If we dont care about IE6, use right: 30px; */
    color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-summary h2 {
    text-shadow: 0 1px 6px rgba(0,0,0,0.6), 0 0px 1px rgba(0,0,0,1);
    color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-summary a {
    color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-meta-data span {
    text-shadow: 0 1px 6px rgba(0,0,0,0.6), 0 0px 1px rgba(0,0,0,1);
    opacity: .9;
    filter: alpha(opacity=90);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data span {
    background-image: url(../../../img/snippets/icon-calendar-white.png);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data .mmt-mdp-location {
    background-image: url(../../../img/snippets/icon-location-white.png);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data .mmt-mdp-labels {
    background-image: url(../../../img/snippets/icon-labels-white.png);
}

/**
 * .mmt-mdp-nav
 * Detail page navigation
 */

.mmt-mdp-nav {
    margin-bottom: 1.5em;
    background-color: rgba(163, 181, 226, 0.30);
}

.mmt-mdp-has-cover .mmt-mdp-nav {
    margin-top: 0;
    border-top: 0;
    background-color: transparent;
}

.mmt-mdp-nav li {
    float: left;
}

.mmt-mdp-nav a {
    display: block;
    padding: 15px 30px;
    font-size: 1.2em;
    color: #1e2878;
    text-decoration: none;
}

.mmt-mdp-nav a:hover {
    color: #7f5357;
}

.mmt-mdp-active a,
.mmt-mdp-active a:hover {
    font-weight: bold;
}

/**
 * .mmt-mdp-sidebar
 * Layout of content inside sidebar (same sidebar on every page, hence in generic file)
 */

/** Ticket prices */
.mmt-mdp-ticket-price {
    width: 100px;
}

/** Subscribe button */
.mmt-mdp-cta {
    display: block;
    margin-bottom: 5px;
    padding: .8em 2.2em;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #c86432;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    transition: all ease-in-out.2s;
}

.mmt-mdp-cta:visited {
    color: #fff;
}

.mmt-mdp-cta:hover {
    background-color: #1e2878;
}

.mmt-mdp-cta-secondary {
    color: #c86432;
    outline: 1px solid #c86432;
    background-color: #fff;
}

.mmt-mdp-cta-secondary:hover {
    background-color: #fff;
    opacity: .5;
}

/** Block: List of tickets */
.mmt-mdp-sidebar .mmt-mdp-section-tickets th {
    font-weight: bold;
}

.mmt-mdp-sidebar .mmt-has-help {
    margin-bottom: 1em;
}

.mmt-mdp-sidebar .mmt-mdp-section-tickets p:last-child {
    margin: 0;
}

/** Block: Register */
.mmt-mdp-registration-status {
    padding-top: 1em;
    border-top: 1px dotted #ccc;
}

.mmt-mdp-registration-status-message {
    margin-bottom: 2em;
    font-size: 1.2em;
    line-height: 1.4em;
}

.mmt-mdp-registration-status-cta {
    margin: 0;
}

/** Block: List of attendees */
.mmt-mdp-section-attendees-list li {
    padding: 5px 0;
    border-top: 1px solid #ccc;
}

.mmt-mdp-section-attendees-list .mmt-mdp-first {
    padding-top: 0;
    border-top: 0;
}

.mmt-mdp-section-attendees-list span,
.mmt-mdp-section-attendees-list a {
    display: block;
}

.mmt-mdp-attendee-fn {
    font-size: 1.1em;
    font-weight: bold;
}

.mmt-mdp-section-attendees-list p {
    margin-bottom: 0;
    text-align: right;
}
