*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Courier New";
}
body {
    font-family: "Courier New";
    background: #f2f2f2;
    color: #353535;
    font-size: 13pt;
}

.page_header {
    background: #268B07;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
    padding: 15px 0;
}
.page_header h3 {
    font-size: 20pt;
    margin-bottom: 5px;
    color: #fff;
}

.page_header h4 a {
    font-size: 17pt;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.page_header h4 {
    font-size: 17pt;
    font-weight: normal;
}

.page_body_form {
    max-width: 500px;
    margin: 30px auto;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px;
    box-shadow: 1px 1px 1px #DADADA;
}

.section_two .title {
    font-size: 13pt;
    font-weight: normal;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 15px;
    padding: 5px 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #E8E8E8
}

.section_two ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_two ul li {
    display: table-cell;
    padding: 10px;
    width: 235px;
}

.section_two ul li a {
    text-decoration: none;
    background: #f8f8f8;
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 0;
    border: 1px solid #E8E8E8;
    transition: all .3s;
}

.section_two ul li a:hover {
    background: #9ED456;
    border: 1px solid #ACB99C;
}

.section_two ul li a img {
    width: 125px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.section_two ul li a p {
    text-align: center;
    color: #2F2F2F;
}

.footer {
    background: #fff;
    border-top: 1px solid #E8E8E8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:10px 15px;
    text-align: center;
}

.search_form {
    text-align: center;
    padding: 10px 10px 0px 15px;
}


.search_form input {
    width: 300px;
    height: 45px;
    text-align: center;
    background: #ECECEC;
    border: 1px solid #CECECE;
    border-radius: 3px;
    box-shadow: inset 0px 0px 1px #C1C1C1;
    transition: all .3s;
}
.search_form input:focus {
    box-shadow: inset 0px 0px 1px #5A9641;
    border: 1px solid #A4BD94;
    background: #ECFDCC;
    outline: none;
    font-size: 16px;
}

.search_form button {
    width: 150px;
    padding: 15px 0;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #7BA3D4;
    background: #6BA0E2;
    color: #fff;
    transition: all .3s;
}

.search_form button:hover {
    border: 1px solid #5A6E88;
    background: #537196;
    color: #fff;
    cursor: pointer;
}
.search_form button:focus{
    border: 1px solid #4f6179;
    background: #81a5cc;
}

.div_result_wrapper {
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px;
    box-shadow: 1px 1px 1px #DADADA;
    max-width: 1170px;
    margin: 15px auto 40px auto;
    font-size: 13pt;
}

.div_result_wrapper .inst-info {
    margin-bottom: 25px;
}
.div_result_wrapper .inst-info p {
    font-size: 12pt;
    color: #000;
    margin: 0;
}
.div_result_wrapper .inst-info p span{
    font-weight: 600;
}

.div_result_wrapper .result-section{
    text-align: justify;
}

.div_result_wrapper .result-section .title {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

.div_result_wrapper .result-section .title:after{
    display: block;
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dashed #000;
    content: " ";
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
}

.div_result_wrapper .result-section .title span {
    display: inline-block;
    background: #fff;
    z-index: 111;
    position: relative;
    
}

.div_result_wrapper .result-section .rest {
    font-size: 11pt;
}

.footer a {
    color: #5B8AC5;
}

table td, table th {
    padding: 5px 15px;
    border: 1px solid #000;
}
table {
    border: 1px solid #000;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.table > thead > tr > th {
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.result_area {
    max-width: 650px;
    margin: 0 auto;
}

.result_area .title {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f8f8f8;
    text-align: center;
}

.table tr td {
    font-size: 12pt;
    padding: 5px 10px !important;
}

.primary-button {    
    border: 1px solid #0075ff;
    padding: 8px 15px;
    text-decoration: none;
    background-color: #0075ff;
    color: #ffffff;
    border-radius: 5px;
}

.primary-button:hover {
    border: 1px solid #005dcc;
    background-color: #005dcc;
}

.primary-button2 {    
    border: 1px solid #0075ff;
    padding: 8px 5px;
    background-color: #0075ff;
    color: #ffffff;
    border-radius: 5px;
    align-self: right;
    
}

.primary-button2:hover {
    border: 1px solid #005dcc;
    background-color: #005dcc;
}
table, table th, table td {
    border: 0.03rem solid #000;
}