body {
    background-color: #404040;
    color: #ffffff;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    font-variant:small-caps;
}

p {
    line-height: 150%;
    font-size: 20px;
}

ol {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-left: 40px;
    list-style-position: inside;
}

ol li {
    padding-bottom: 20px;
}

.update-required {
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
}

.date {
    color: #E5BD00;
    font-weight: 800;
}

.remind-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.img-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: -40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.srw-icon {
    width: 80px;
}

.sabre-link {
    cursor: pointer;
}

.download {
    width: 430px;
    background-color: #BD1E1E;
    color: #ffffff;
    font-size: 30px;

    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 

    -webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);

}

a.download-link {
color: #00C4FF;
}

a.download-link:hover {
opacity: 0.8;
}


.download:hover {
    opacity: 0.8;
    color: #ffffff;
}

.remind {
    background-color: #BD1E1E;
    color: #ffffff;
    font-size: 24px;
}

.sabre-link-btn {
    text-align: left;
    margin-left: 0px;
    display: inline-block;
    margin-right: 20px;
}

.custom-glyph {
    font-size: 26px;
}

.download-text {
    padding-top: 40px;
}