﻿#old-browser {
    background: white;
    border: 1px solid #707070;
    border-radius: 12px;
    opacity: 1;
    width: 778px;
    height: 485px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.browser-image {
    max-width: 111px;
    width: 100%;
    margin: auto;
    display: block;
}

.new-browser {
    display: table-cell;
}

.browser-text {
    text-align: center;
}

#new-browsers-links {
    display: table;
    width: 578px;
    table-layout: fixed;
    margin-left: 100px;
    margin-right: 100px;
}

#alert-title {
    text-align: center;
    margin: 20px;
    text-transform: none;
}

#alert-subtitle {
    text-align: center;
    margin: 20px;
}

#alert-top {
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

#alert-overlay {
    background-color: rgba(23, 23, 23, 0.9);
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
}

#close-button {
    position: absolute;
    color: white;
    font-size: 4em;
    top: 20px;
    right: 40px;
    text-decoration: none;
}
