* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #90D678;
}

header {
    background-color: #FBFCFC;
    padding: 10px 0;
    color: #852929;
}

.text {
    color: #8b0000;
    padding-top: 14px;
}

.jac {
    font-weight: bold;
	font-family: 'Palatino Linotype';
}

.result {
    font-weight: bold;
	font-family: 'Palatino Linotype';
	font-size: 20px;
}

.exam {
    font-weight: bold;
	font-family: 'Palatino Linotype';
	font-size: 20px;
}

.logo {
    /*    padding-left: 160px;*/
}

.wrapper {
    width: 100%;

}

.box1 {
    display: block;
    width: 100%;
    max-width: 1000px;
    border: 2px solid #EBF048;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3px;
}

.box2 {
    display: block;
    width: 100%;
    max-width: 990px;
    border-left-width: 40px;
    border: 40px solid #EBF048;
    padding: 5%;
}

.box3 {
    display: block;
    width: 100%;
    border: 2px solid #8B0000;
    padding: 5%;
}

/*
table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: 210px;
    margin-top: 65px;
}*/

.roll {
    font-weight: bold;
}

.reset {
    background: #852929;
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    height: 26px;
    width: 90px
}

.submit {
    background: #852929;
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    height: 26px;
    width: 90px
}

.reset:hover {
    background-color: #856bbe;
}

.submit:hover {
    background-color: #856bbe;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #000;
}

.table-responsive-sm {
    margin: 50px auto;
    max-width: 70%;
}

@media only screen and (max-width: 768px) {
    .logo {
        text-align: center;
    }

    .reset {
        margin-bottom: 5px;
    }
	.box2 { border: 14px solid #ffbc78;}
	.table-responsive-sm {max-width: 100%;}
}

@media only screen and (max-width: 430px) {
    .table-responsive-sm {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .table-responsive-sm {
        font-size: 10px;
    }
}
