.fah-dialog {
    display: none;
    width: 600px;
    margin-bottom: 1em;
    padding: 0;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
}

.fah-dialog, .fah-dialog p {
    color: #393831;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.fah-dialog a {
    font-size: 18px;
    color: #6291ab;
}

.fah-dialog h1 {
    margin: 0;
    text-transform: capitalize;
}

.fah-title {
    font-weight: bold;
}

.fah-platform {
    padding: 10px;
    margin: 20px 0;
    width: 540px;
    background: #eee;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
}

.fah-platform .fah-help {
    float: right;
}

.fah-platform .fah-release {
    padding: 0.25em;
    margin: 0.25em;
    background: #ddd;
    min-height: 64px;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
}

.fah-platform .fah-release .fah-os-logos {
    float: right;
    clear: right;
}

.fah-release ul {
    padding-left: 1em;
}

li.fah-file {
    list-style: none;
    margin-left: 0px;
}

.fah-release img {
    margin-right: 0.25em;
    margin-top: 0.25em;
    margin-bottom: -0.25em;
}

.fah-footer {
    text-align: right;
    margin-right: 2em;
}

.fah-download-tag {
    border: 1px solid black;
    width: 10em;
    margin: 1em;
    padding: 0.25em;
    text-align: center;
    background: white;
}

.fah-download-tag a {
    text-decoration: none;
    color: black;
}

.fah-download-tag a:hover {
    text-decoration: underline;
}

.fah-download-tag img {
    float: left;
    padding-right: 0.25em;
    border: none;
}

.fah-display-win, .fah-display-osx, .fah-display-lin32, .fah-display-lin64 {
    display: none;
}



#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

#simplemodal-container {
    height: auto;
    border: 3px solid #0C0C0C;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    background: white;
}

#simplemodal-container .simplemodal-data {
    padding: 15px;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}
