﻿.meetingContainer {
    overflow:auto;
}
.meetingDate {
    background-color: #F16026;
    color: white;
    display: inline-block;
    padding: 10px;
    width: 40px;
    text-align: center;
    font-weight:600;
	height:64px;
}

.meetingDateDate {
    font-size:30px;
}
    .meetingRow {
    padding:6px;
}

.meetingCol {
    display:inline-block;
    margin-left:10px;
    height:100%;
}

.meetingMonth {
    text-transform: uppercase;
}

.meetingRow {
    background-color: #EEEEEE;
}

.meetingRow-alt {
    background-color: #DCDCDC;
}

.meetingPlace {
    font-size: 18px;
    font-weight: 600;
    width: 300px;
    position: relative;
    top: 0px;
    overflow: hidden;
    max-height: 30px;
}

.meetingAddress {
    max-width: 295px;
    overflow: hidden;
    white-space: nowrap;
}

.meetingTime {
    position:relative;
    top:-14px;
    width:80px;
}

.meetingHolder {
    position: relative;
    top: -14px;
}

.meetingDot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #F16026;
    top: -13px;
    position: relative;
}

/* Changes below x pixels*/
@media only screen and (max-width: 900px) {

    .meetingDot {
        display:none;
    }

    .meetingCol {
        width:100vw;
    }

    .meetingDate{
        margin-bottom:25px;
    }
}