﻿/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the continer */
}

.ck-contact-index-button {
    font-family: 'Avenir Heavy';
    color: #cb333b;
   /* margin: 0px 15px;*/
}

.ck-contact-index-subject {
    font-family: 'Avenir Heavy';
    font-size: 18px;
    color: #999999;
}

.ck-contact-index-subject-alt {
    color: #cb333b;
}

.ck-contact-index-lower-row {
    padding: 0px 15px;
}
