ul {
    list-style: none;
}

.rev-slider {
    overflow: hidden !important;
    display: none;
}

.rev-slider.revslider-initialised {
    display: block;
}

#rev1 {
    height: 620px;
}

#rev2 {
    height: 840px;
}

#modalContainer {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    font-size: 18px;
    text-align: center;
    /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position: relative;
    width: 380px;
    padding: 0px;
    margin-top: 100px;
    border: 2px solid #eee;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 30px;
    border-radius: 10px;
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    text-align: center;
    margin: 0;
    font: bold 1.3em verdana, arial;
    background-color: #ffffff;
    color: #FFF;
    border-bottom: 0px solid #000;
    border-radius: 10px;
    padding: 2px;
}

#alertBox h3 {
    color: #FC4237;
}

#alertBox p {
    text-align: center;
    font: 1.0em verdana, arial;
    height: 0px;
    padding-left: 0px;
    margin: 40px 30px;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 30px auto;
    margin-top: 200px;
    padding: 10px;
    border: 0 none;
    width: 250px;
    height: 50px;
    font: 1.0em verdana, arial;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    text-decoration: none;
}

/* unrelated styles */

#mContainer {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font: 0.7em verdana, arial;
}

h1,
h2 {
    margin: 0;
    padding: 4px;
    font: bold 1.5em verdana;
    border-bottom: 1px solid #000;
}

code {
    font-size: 1.2em;
    color: #069;
}

#credits {
    position: relative;
    margin: 10px auto 10px auto;
    width: 350px;
    font: 1.2em verdana;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    height: 90px;
    padding-top: 4px;
}

#credits img {
    float: left;
    margin: 5px 10px 5px 0px;
    border: 1px solid #000000;
    width: 80px;
    height: 79px;
}

.important {
    background-color: #F5FCC8;
    padding: 2px;
}

code span {
    color: green;
}