html,
body {
    height: 100%;
    padding: 0;
    margin: 0
}

.page {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 1.3em;
    color: #dedcd6;
    background-color:rgba(27,90,166,0.15);
    background: radial-gradient(circle, center,rgba(0,255,0,0));
}

h1, 
h2,
h3,
h4,
h5 {
    line-height: 1.3;
    font-weight: normal;
}

a,
a:link {
    color: inherit;
    text-decoration: none;
}

.fas {
    margin-right: 10px;
}
.container {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 1em 2em;
    z-index: 1
}

.content {
    max-width: 1200px;
    margin: 0 auto
}

table {
    font-size: 15px;
    margin: 0 auto;
}

td:nth-child(2) {
    text-align: left;
    
}
.overlay-dark {
    background-color: #1B5AA6;
}

.overlay-dark:before {
    background-color: #1B5AA6;
}

.overlay-bright {
    background-color: #1B5AA6;
}

.overlay-bright:before {
    background-color: #1B5AA6;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7
}

body.debug:after {
    content: "default";
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #1B5AA6;
    color: black;
    padding: 0.5em;
    font-size: 10px;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    body.debug:after {
        content: "small"
    }

    h1 {
        font-size: 2em
    }

    ul,
    ol {
        max-width: none
    }

    .page {
        min-width: 300px
    }

    .page .container {
        padding: 3em
    }
    
}

@media screen and (min-width: 360px) and (max-width: 1199px),
(min-height:500px) and (max-height: 1199px) {
    body.debug:after {
        content: "medium"
    }
}

@media screen and (min-width: 1200px) {
    body.debug:after {
        content: "large"
    }
    
}

.page .fallback-bg {
    display: none
}

.ie8 .page .fallback-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    z-index: 0
}