﻿.MSAListItem {
    font-family: "Source Sans Pro", sans-serif;
    border: 0;
    border-bottom: 2px solid #dddddd;
    background-color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-bottom: 10px;
}

#motorway-service-details-outer .MSAListItem {
    padding-top: 15px;
    padding-bottom: 15px;
}

.MSADetailsTitleContainer {
    display: flex;
    height: 54px;
}

#MSADetailsTitle {
    padding-top: 5px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    width: calc(100vw - 100px);
}

.MSADetailsHeader {
    margin-left: auto;
}

.row-item {
    flex: 1 0 0;
    font-weight: bold;
}

.row-item-big {
    flex: 2 0 0;
    font-weight: bold;
}
row-item-bigger {
    flex: 3 0 0;
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.icon-green {
    color: rgb(27, 153, 27);
}

.icon-red {
    color: rgb(247, 48, 48);
}

.icon-amber {
    color: rgb(255, 138, 21);
}

.align-right {
    text-align: right;
}

.medium-size {
    font-size: 20px;
}

.msaHelpTable {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 80%;
    text-align: center;
    background-color: white;
    border: 1px solid #dddddd;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}

.msaHelpTable td {
    padding: 8px;
}

.msaHelpTable .hypen {
    font-size: 250%;
    position: relative;
    top: -7px;
}
