﻿
.title {
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0;
}

.subtitle {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 30px;
}

.details {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.details__dateTime {
    font-weight: 500;
}

.details__registration {
    margin-top: 20px;
}

.details__divider {
    display: inline-block;
    margin: 0 5px;
    color: #0089A7;
    font-weight: 400;
}

.publication {
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1366px) {
}

/* client shared print styles */
@media print { /* All your print styles go here */

}
