/*
Theme Name: WSO Divi Child 
Description: Child theme for the Divi
Template: Divi
*/
.meetingLink {
    text-decoration: underline;
    background: #880016;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px 2px;
    border-radius: 4px;
    font-weight: bold;
    display: inline;
    cursor: pointer;
}
.row-striped:nth-of-type(odd) {
    background-color: #dddddd;
}

.row-striped:nth-of-type(even) {
    background-color: #efefef;
}
.row-striped {
    margin-bottom: 15px;
    padding: 12px;
    box-shadow: 2px 1px 2px #999;
    border-radius: 4px;
}

.page-nation {
    text-align: center;
}
.mtslresult .page-nation span,
.mtslresult .page-nation a {
    float: none;
    white-space: nowrap;
    width: auto;
    font-size: 14px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #2d2d2d;
    line-height: 1 /*880016*/;
    color: #2d2d2d;
}
.mtslresult .page-nation span.current {
    color: #fff;
    border-color: #880016;
    background: #880016;
}
.gotoPage {
    float: none;
    white-space: nowrap;
    width: auto;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #2d2d2d;
    line-height: 1 /*880016*/;
    border: 1px solid #000;
    background-color: white;
    font-size: 15px;
    color: black;
    cursor: pointer;
}
.selected {
    color: white;
    border-color: #880016;
    background: #880016;
}
