body {
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.left-column,
.right-column {
    width: 45%;
}

/*.left-column {*/
/*    float: left;*/
/*}*/



/*.right-column {*/
/*    float: left;*/
/*    top: -15px;*/
/*    left: 10px;*/
/*    position: relative;*/
    
/*}*/

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
}

button {
    padding: 10px 20px;
    margin-top: 10px;
}

input-table{
    
    padding-bottom:10px;
}

#file-input {
    margin-top: 10px;
}

.output-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

#output {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.output-row {
    background-color: #003366;
    color: white;
    padding: 10px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.output-row div {
    padding: 0 10px;
}

.output-row .ssn {
    flex: 2;
}

.output-row .trans-no,
.output-row .enroll-hrs {
    flex: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.right-column {
    float: none;
    top: 10px;
    left: 0px;
    position: relative;}
    
    
}
