@font-face {
    src: url(fonts/Swis721BlkCnBT.ttf);
    font-family: nos;
}

@font-face {
    src: url(fonts/swiss721/Swiss721CondensedBT.ttf);
    font-family: nos1;
}

body {
    overflow-x: hidden;
    padding: 0%;
    margin-top: 6.7%;
}

head {
    padding: 0.5%;
}

.head {
    font-family: nos;
    font-size: 28pt;
    padding: 3% 0%;
}

table {
    width: 100%;
}

table,
th,
td {
    border: 2px solid black;
    border-collapse: collapse;
}

th,
td {
    padding: 15px;
    text-align: left;
}

.responsive {
    width: 100%;
    height: auto;
}

.detail1 {
    font-family: nos;
    font-size: 18pt;
}

.detail {
    font-family: nos1;
    font-size: 15pt;
}

.detail3 {
    font-family: nos1;
    font-size: 18pt;
}

@media only screen and (max-width: 650px) {
    body {
        margin-top: 38%;
    }
    .detail3 {
        font-family: nos1;
        font-size: 10pt;
        text-align: center;
    }
    .align {
        text-align: center;
    }
    .set {
        padding: 2% 5%;
    }
}