    .previewAdventureHeader {
        font-size: 13pt;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .previewAdventureAnnouncementsContent {
        padding-top: 15px;
    }

    .single_album_image {
        background-size: 100%;
        font-size: 9pt;
        color: white;
        font-weight: bold;
    }

    .tracks_entry {
        line-height: 30px;
        border-bottom: 1px solid lightgrey;
        font-size: 9pt;
        cursor: pointer;
    }

    .permalinkEventName {
        color:white;
        text-align: left;
        text-shadow: 2px 2px 3px black;
        padding-left: 15px;
    }

    .permalink_event_albums_single_image {
        background-color: #0e0e0e;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;
        font-size: 10pt;
        line-height: unset;
    }

    @media (max-width: 992px) {
        #permalinkEventName {
            font-size: 16pt;
        }
    }

    .permalink_event_details_row {
        position: relative;
        display: flex;
        -webkit-flex-flow: row wrap;
        -webkit-box-align: center;
        align-items: center;
        line-height: 25px;
        padding: 2px 0;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
        font-size: 8pt;
    }

    .permalink_event_waypoint {
        line-height:normal;
        background-color: transparent;
        color: rgb(105, 105, 105);
        border: none;
    }

    .permalink_event_waypoint .permalink_event_waypoint_block {
        border: 1px solid lightgray;
        box-shadow: 0 2px 4px rgba(0,0,0,.2);
        padding: 10px;
        cursor: pointer;
        background-color: white;
        border-radius: 8px;
    }

    .permalink_event_waypoint_name {
        font-size: 11pt;
        font-weight: bold;
        padding: 0;
    }

    @media (max-width: 768px) {
        .permalink_event_waypoint_name {
            font-size: 9pt;
        }
    }

    .permalink_event_application_even {
        line-height: 30px;
        background-color: white;
        font-size: 8pt;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }

    .permalink_event_application_odd {
        line-height: 30px;
        background-color: whitesmoke;
        font-size: 8pt;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }

    .permalink_event_details_documentation_header {
        font-size: 14pt;
        font-weight: bold;
        color: darkslategray;
        padding: 5px 10px 10px 10px;
    }

    .permalink_event_details_documentation_body {
        font-size: 10pt;
        line-height: 25px;
    }

    .permalink_event_images_image {
        background-position: 50% 50%;
        background-size: cover;
        color: white;
        font-weight: bold;
    }

    @media (max-width: 992px) {
        /*This is if it's small*/
        #permalink_event_menu_sm_block {
            display: block;
        }

        #permalink_event_menu_md_block {
            display: none;
        }
    }

    @media (min-width: 992px) {
        /*This is if it's big*/
        #permalink_event_menu_sm_block {
            display: none;
        }

        #permalink_event_menu_md_block {
            display: flex;
        }
    }

    .permalink_event_data_field {
        padding: 0;
        line-height: 30px;
    }

    .permalink_event_outrides_menu {
        background-color: #777777;
        color: white;
    }

    .permalink_event_outrides_menu_selected {
        background-color: #444444;
    }