﻿
body {
    padding: 10px;
    text-align: center;
}

img {
    border: none;
}

.header {
    font-family: Calibri;
    font-weight: bold;
    font-size: 28pt;
    float:left;
}

.logo {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.screenshot {
    margin-left: 10px;
    width: 200px;
    height: 343px;
    float: right;
}

.rounded-top {
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.rounded-bottom {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.body-content {
    clear: both;
}

.content-container {
    width: auto;
    display: inline-block;
    float: left;
    min-width: 292px;
    max-width: 320px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: left;
}

.content-container-sole {
    padding-right: 0;
    float: none;
    max-width: none;
}

.content-container-sole-restrict {
    max-width: 500px;
}

.content-container-screenshot {
    max-width: 650px;
}

.content-header {
    border: 1px solid #666;
    font-size: 14pt;
    font-weight: bold;
    background-color: #cccccc;
    font-family: Calibri;
    padding: 10px;
    color: #000;
}

.content-body {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    font-size: 12pt;
    font-family: Calibri;
    padding: 10px;
    color: #000;
    background-color: #fff;
}

.content-body-screenshot {
    min-height: 345px;
}

.footer {
    clear: both;
}

.smaller {
    font-size: smaller;
}

@media screen and (max-width: 750px) {
    .content-container {
        max-width: 100%;
        width: 100%;
    }

    body {
        padding-left: 5px;
    }
}

@media screen and (max-width: 500px) {
    .screenshot {
        width: 150px;
        height: 257px;
    }

    .content-body-screenshot {
        min-height: 265px;
    }
}

@media screen and (max-width: 380px) {
    .screenshot {
        width: 100px;
        height: 172px;
    }
}
