html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #363636;
    height: 100%;
    padding: 0;
}

.logo {
    max-width: 300px;
    margin-top: 15px;
}

.intro {
    margin-bottom: 20px;
}

.env {
    margin: 10px 0 20px 0;
}

.page {
    text-align: center;
    max-width: 840px;
    width: 100%;
    height: 100%;
    margin: auto;

    background-color: #ffffff;
    background-image: url(./background_image.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.file-icon {
    width: 10px;
}

.file-icon img {
    width: 15px;
    opacity: 0.6;
}

.empty-block {
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #dee2e6;
}

.version {
    margin-top: 20px;
}

.support {
    font-style: italic;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    padding: 10px;
    color: #888888;
}

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table thead th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table a {
    color: #0088ce;
    text-decoration: none;
    font-weight: bold;
}

table a:hover {
    color: #0088ce;
    text-decoration: underline;
}

.env {
    padding: 5px;
    border: 1px solid #dddddd;
    font-size: 21px;
}

.env-acc, .env-error, .error-icon {
    color: #f85858;
}

.env-insiders {
    color: coral;
}

.env-enterprise {
    color: #c92c7d;
}

.env-fast {
    color: #2bc96a;
}

.env-canary {
    color: #6f07c9;
}

.env-slow {
    color: #2c85c9;
}

.error-icon {
    height: 200px;
    animation: wiggle 3s infinite;
    animation-delay: .5s;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    80% { transform: rotate(0deg); }
    85% { transform: rotate(5deg); }
    95% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
