#nxk-ma {
display: flex;
justify-content: center; flex-direction: column;
width: 80%;
margin: 0 auto;
}
.nxk-ma-header {
display: block;
}
.nxk-ma-center {
text-align: center;
}
#nxk-ma * {
margin: 10px;
}
#nxk-ma label {
color: #cfcfcf;
}
#nxk-ma input,
#nxk-ma select,
#nxk-ma textarea {
background-color: transparent;
border-width: 0 0 2px 0;
border-color: #7cfc00;
border-radius: 0;
}
#nxk-ma-intro input,
#nxk-ma-intro select {
width: 400px;
}
#nxk-ma-firstStats input {
min-width: 150px;
margin-left: 40px;
}
#nxk-ma-firstStats label {
display: inline-block;
width: 150px;
}
#nxk-ma table {
border-collapse: collapse;
margin: 0 auto;
}
#nxk-ma table, 
#nxk-ma th, 
#nxk-ma td {
border: 1px solid #7cfc00;
}
#nxk-ma table button {
padding: 7px 16px;
}
#nxk-ma table td:nth-child(1),
#nxk-ma table th:nth-child(1) {
border-right-width: 3px;
text-align: left;
}
#nxk-ma table td:nth-child(3),
#nxk-ma table th:nth-child(2) {
border-right-width: 3px;
}
#nxk-ma table td:nth-child(5),
#nxk-ma table th:nth-child(3) {
border-right-width: 3px;
}
#nxk-ma table td:last-child {
text-align: right;
}
#nxk-ma table th:last-child {
text-align: left;
}
#nxk-ma ul {
list-style-type: none;
}
.nxk-ma-result-cont {
border: 1px solid #7cfc00;
border-radius: 15px;
}
#nxk-ma hr {
border-color: #7cfc00;
}
#nxk-ma-result h4 {
text-align: left;
margin-top: 30px;
}
#nxk-ma-results-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
#nxk-ma-grid1 { grid-area: 1 / 1 / 2 / 2; }
#nxk-ma-grid2 { grid-area: 1 / 2 / 2 / 3; }
.nxk-ma-results-below {
width: 100%;
}