.viewMessage {
    display: block;
    height: 224px;
    width: 1597px;
    -moz-box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
    overflow-x: scroll;
    overflow-y: hidden;
}

.viewMessageCreateView {
    height: 224px;
    -moz-box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
    -webkit-box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
    box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
}

.messageOverview {
    width: 1000px;
    height: 198px;
}

.contentPlugin {

    height: 224px;
    width: 100%;
    overflow: hidden;
}

.messagePages {
    width: 1597px;
    height: 224px;
    overflow: hidden;
}

.busPicto {
    width: 205px;
    height: 224px;
    display: inline-block;
    margin-right: 5px;
}

.busPicto-run {
    width: 205px;
    height: 224px;
    display: inline-block;
}

.linePicto {
    height: 98px;
    width: 205px;
}

.exclamationMark {

    float: left;
    width: 105px;
    height: 224px;
    line-height: 224px;
    display: inline-block;
    font-size: 96pt;
    font-weight: bold;
    font-style: italic;
    color: #FF0000;
}

.separationLine {
    border: 1px solid #000000;
    margin: 20px;
    width: 100%;
    height: 400px;
}

.span1 {
    display: inline-block;
    height: 125px;
    width: 200px;
    line-height: 80px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff00ff;
    color: white;
    text-align: center;
    font-size: 100px;
    float: left;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.span3 {
    display: inline-block;
    border: 1px solid black;
    background-color: green;
    padding: 20px;
}

td {
    padding-left: 0 !important;
    padding-top: 0 !important;
    word-break: break-word;
}

.pictoSmartDisplay {
    width: 205px;
    height: 135px;
    display: inline-block;
    position: relative;
    right: 15px;
}

.messages-fieldset {
    margin-top: 20px !important;
    margin-bottom: 35px;
}

.viewMessage .contentPlugin {
    overflow: hidden;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    table-layout: fixed;
}

.station-company-view {
    overflow: hidden;
}

.message-container-wrapper {
    width: 1450px;;
}

.overflow-scroll-company-view {
    overflow: hidden;
    overflow-x: scroll;
}
