.btn {
    
}

.container {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-rows: 5em auto 3em;
}

header {
    grid-row: 1;
    background-color: rgb(148, 142, 142);
    justify-self: center;
    align-self: center;
    width: 100%;
}

.body {
    grid-row: 2;
    overflow-y: auto;
    padding: 10;
}

footer{
    grid-row: 3;

    background: rgb(110, 112, 112);
}

.paragraph {
    font-size: 14px;
}

.table {
    width: 100%;
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
}

th {
    background-color: #a0a0a0;
}

a.button7 {
    display:inline-block;
    padding:0.7em 1.7em;
    margin:0 0.3em 0.3em 0;
    border-radius:0.2em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:400;
    color:#FFFFFF;
    background-color:#3369ff;
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align:center;
    position:relative;
}

a.button7:active{
    box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.site-header, .site-content, .site-footer {
    position: absolute;
    width: 400px;
    padding: 20px;
}

.site-header {
    top: 0;
    left: 0;
}
.site-content {
    top: 100px;
    left: 10px;
}
.site-footer {
    top: 200px;
    left: 100px;
}

/* ************************************************* */
/*                                                   */
/*              Prizpusobeni pro mobily              */
/*                                                   */
/* ************************************************* */
@media only screen and (max-device-width:480px){
/*@media all and (max-width:30em){*/
a.button7 {
    display:block;
    margin:0.4em auto;
}

.paragraph {
    font-size: 30px;
}

}
