@media print {
    .no-print, .no-print *
    {
        display: none;
    }
    .controls {
        border: solid white !important;
    }
    .yes-print
    {
        float: left !important;
    }
    div {page-break-inside: avoid;}
}
@font-face{
    font-family: eurostile;
    src: url(eurostile.ttf);
    -webkit-font-smoothing: antialiased;
}
hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.banner {
    width: 100%;
    max-width: 700px;
    height: auto;
}
.header{
    margin: 8px;
    padding: 4px;
}
.controls-and-cards{
    display: block;
    /*width: 1050px;
    height: 320px;*/
}
.xws-and-summary{
    display: inline-block;
    width: 310px;
    margin: 8px;
}
.controls {
    display: inline-block;
    text-align: left;
    color: black;
    font-size: 16px;
    /*width: 300px;*/
    border-style: solid;
    border-width: 2px;
    border-color: black;
    margin: 6px;
    padding: 4px;
}
.container {
    display: inline-block;
    text-align: center;
    color: white;
    width: 760px;
    height: 310px;
    margin-bottom: 6px;
}
.footer {
    position: relative;
    text-align: center;
    color: white;
    width: 300px;
    /*height: 100px;*/
}


.infa{
    width: 48px;
    height: 24px;
}