body{
    margin: 0 auto;
    background-color: rgb(210, 214, 214);
}

.headerJJ{
    margin-top: 0px;
    width: 100%;
    position: static;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
h2{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.headerArea{
    position: static;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    background-color: rgb(2, 54, 22);
    padding: 12px;
    color: white;
}

.textBB{
    position: static;
    width: 25%;
    text-align: center;
    margin: 0 auto;
    display: inline-table;
    text-align: left;
}

.textBB select{
    padding: 12px;
    width: 100%;
    margin-top: 4px;
    font-size: 17px;
}

.displayArea{
    position: static;
    width: 85%;
    border-radius: 15px;
    background-color: white;
    margin: 0 auto;
    margin-top: 35px;
    box-shadow: 3px 3px 34px black;
    margin-bottom: 55px;
    overflow: hidden;
    overflow-x: scroll;
    padding: 20px;

}

.dispHeader{
    position: static;
    width: 90%;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 6px;
    margin-bottom: 32px;
    border-bottom-style: dashed;
    border-bottom-color: grey;
    border-bottom-width: 2px;
}

.disList{
    position: static;
    width: 100%;
}

.disList table{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2.0;
}
.disList label{
    width: 100%;
    background-color: grey;
    padding: 3px 8px 3px 8px;
    color: white;
    border-radius: 4px;
}

.disList a{
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.tgtBox{
    position: static;
    width: 25%;
    margin-bottom: 27px;
}


.tgtBox input{
    position: static;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    display: inline-table;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(105, 101, 101);
}

.tgtBox button{
    position: static;
    background-color: rgb(9, 122, 202);
    color: white;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    border: none;
    text-transform: uppercase;
}

.warnmee{
    position: static;
    padding: 15px;
    background-color: rgb(250, 23, 23);
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 6px;
    margin: 15px 0px 15px 0px;
}
.warnmee i{
    font-size: 16px;
    display: inline-table;
    margin-right: 10px;
}
.goodJ{
    position: static;
    padding: 15px;
    background-color: rgb(3, 184, 63);
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 6px;
    margin: 15px 0px 15px 0px;
}
.goodJ a{
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.resultTabb{
    position: static;
    width: 100%;
    padding: 0px;
    border-left-style: solid;
    border-left-width: 8px;
    border-left-color: rgb(10, 109, 202);
    margin-bottom: 14px;
    margin-top: 14px;   

}

.psport{
    position: static;
    width: 5%;
    overflow: hidden;
    display: inline-table;
    vertical-align: top;
}

.psport img{
    width: 100%;
}

.txtH{
    position: static;
    width: 90%;
    display: inline-table;
    padding-left: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.txtH span{
    font-size: 13px;
    font-style: italic;
}
















@media only screen and (max-width: 768px) {
    .headerArea{
        width: 100%;
        position: static;
        text-align: center;
    }
    .textBB{
        width: 80%;
    }
    .displayArea table{
        width: 1000px;
    }
    .goodJ{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .warnmee{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .tgtBox{
        width: 90%;
        outline: none;
    }
    .psport{
        width: 26%;
        display: inline-table;
        vertical-align: top;
    }
    .txtH{
        width: 65%;
        display: inline-table;
    }
    .resultTabb{
        border-style: dashed;
        border-width: 2px;
        border-color: rgb(1, 1, 111);
        margin-bottom: 50px;
        border: 10px;
    }
    .goodJ{
        width: 80%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .warnmee i{
        font-size: 66px;
        display: block;
        margin-bottom: 15px;
    }
    }