body {
    margin-top: 10px;
    background-color: #f5f5f5;
}

body header p,
body footer p {
    font-size: 12px;
    margin: 2px;
}

body .container {
    margin: auto;
    max-width: 1200px;
}

body .container .language {
    width: 100%;
    padding-right: 15px;
}

body .container .language .option {
    padding: 2px 13px;
    font-size: 12px;
    border: 1px solid darkgray;
    border-bottom: none;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    z-index: 1000;
    background: lightgray;
}

body .container .language .option a {
    color: #212529;
}

body .container .language .option a:hover {
    text-decoration: none;
    color: #808080;
}

body .container .language .option.active {
    background: white;
}

body .container .content {

    padding: 10px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
}

body .container .content .separator {
    border-bottom: 1px dotted gray;
    margin: 10px 0;
}

body .container .content .frame {
    padding: 10px;
}

body .container .banner {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body .container .banner img {
    width: 100%;
    height: auto;
    display: block;
}

