    .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-trip-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-trip-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-trip-waypoint {
        line-height:normal;
        background-color: transparent;
        color: rgb(105, 105, 105);
        border: none;
    }

    .permalink-trip-waypoint .permalink-trip-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-trip-waypoint-name {
        font-size: 11pt;
        font-weight: bold;
        padding: 0;
    }

    @media (max-width: 768px) {
        .permalink-trip-waypoint-name {
            font-size: 9pt;
        }
    }

    .permalink-trip-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-trip-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-trip-details-documentation-header {
        font-size: 14pt;
        font-weight: bold;
        color: darkslategray;
        padding: 5px 10px 10px 10px;
    }

    .permalink-trip-details-documentation-body {
        font-size: 10pt;
        line-height: 25px;
    }

    .permalink-trip-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-trip-menu-sm-block {
            display: block;
        }

        #permalink-trip-menu-md-block {
            display: none;
        }
    }

    @media (min-width: 992px) {
        /*This is if it's big*/
        #permalink-trip-menu-sm-block {
            display: none;
        }

        #permalink-trip-menu-md-block {
            display: flex;
        }
    }

    .permalink-trip-data-field {
        padding: 0;
        line-height: 30px;
    }

    .permalink-trip-outrides-menu {
        background-color: #777777;
        color: white;
    }

    .permalink-trip-outrides-menu-selected {
        background-color: #444444;
    }