html {
    margin: 0;
    padding: 0;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}
body {
    margin: 0;
    padding: 0;
    overflow: auto;

}
.spacer {
    height: 50px;
}
.h1-title-bg {
    padding: 20px;
    height: auto;
    font-size: 3.5rem;
}
.h1-title-bg .btn-standard {
    margin:10px;
}
.main-semester-container {
    display: flex;
    margin: auto;
    justify-content: center;
}
.semestersContainer {
    width: auto;
 
} 

.banner-image {
    height: auto;
    width: -webkit-fill-available;
}

.banner-image-container {
}

h2 {
    padding: inherit;
    text-align: center;
}
.gpa-title-2{
    display:none;
}
.h4-header {
    margin: auto;
    padding: inherit;
    text-align: center;
    font-size: 24px;
}

.main-header-title {
    text-align: center;
    margin: 0;
    padding-top: 50px;
}

.legend-title {
    border-bottom: 1px solid black;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.img-responsive-ftcc-center {
    width: 350px;
    padding: 10px;
    height: auto;
}

.img-responsive-calculator {
    width: 100%;
    padding: 20px;
}
 
.calc-img-div {
    width: 350px;
    height: 199px;
    float: left;
}
/* Table styling */
/*table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 20px;
}*/

/* Table header */
/*th {
    background-color: #f1b825;
    color: #000000;
    text-align: left;
    padding: 10px;
    border:solid 1px
}*/

/* Table data cells */
/*td {
    padding: 8px;
    text-align: center;
   
}*/

/* Alternate row coloring for readability */
tr:nth-child(even) {
  
}

/* Hover effect on rows */
/*tr:hover {
    background-color: #ddd;
}*/

/* Table border */
.gpa-info-div-1 td {
    border: 1px solid #000;
}
table {
 }
.form-section table {
    border: none !important;
}
.header-main-div {
    height: 125px;
    width: auto;
    background-color: #000;
    border: #fff groove 5px;
    font-size: 1.2rem;
}

.gpa-info-div-1 {
    width: auto;
     margin: 20px auto;
    padding: 20px;
     background-color: #f9f9f9;
}

.gpa-form-div {
    padding: 0px;
    width: auto;
}

.gpa-form, .calc-table {
    padding: 0px;
    margin: 0px;
}

select {
    text-align: center;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 1.2rem;
    background-color: #ebebeb;
}
 

#addCourseBtn, .addCourseBtn {
    background-color: #f1b825;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    #addCourseBtn:hover, .addCourseBtn:hover {
        background-color: #000;
        color: #fff;
    }

#addSemesterBtn {
    background-color: #f1b825;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    #addSemesterBtn:hover {
        background-color: #000;
        color: #fff;
    }
.form-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.gpa-info-div-1, .gpa-info-div-2 {
    width: auto;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    flex: 1 1 500px;
}
.sap-form-table td{
    border:none;

}
.gpa-info-div-1 h3 {
    color: #2a7791;
}
    .explanation-image {
        width: 100%;
        height: 210px;
        padding: 10px;
        margin-top: 10px;
        box-shadow: 0px 0px 1px 1px #d1d1d1, 0px 0px 1px 1px #aaa inset;
        background: url('../images/TRSC.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

.form-gpa-calc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}
 
.form-sect-1, .form-sect-2 {
    width: auto;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    flex: 1 1 500px;
}
.form-sect-2 .btn-standard {
    float: left;
}
.gpa-div-results, .container-semester {
    display: flex;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;    
    background-color: #f5f5f5;
}
.results {
    display: block;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    height: 250px;
}
.gpa-div-results {
    width: auto;
    height:fit-content;
    display: flex;
    flex-direction: row;
 }
.container-semester {
    width: 800px;
    display: flex;
    flex-direction: column;
 }

.current-gpa-div {
    width:auto;
    max-width: 800px;
    
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}
table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
#gpa-table{
    display:block !important;
}
caption {
    caption-side: top;
    overflow-wrap: break-word;
}

th,
td {
    overflow-wrap: break-word;
}

input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
 
    /* Mobile Phones */
    @media (max-width:600px) {
        /* Styles for mobile phones */
        .img-responsive-ftcc-center {
            width: 270px;
            height: auto;
        }

        .img-responsive-calculator {
            width: 50%;
            height: auto;
            float: left;
        }
 
        #addSemesterBtn {
            background-color: #f1b825;
            color: #000;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

       /* .calc-img-div {
            width: auto;
            max-width: 800px;
            height: auto;
            float: right;
        }

        .gpa-info-div-1 {
            width: auto;
            max-width: 800px;
        }
        .form-sect-1, .form-sect-2 {
            
            padding: 10px;
            box-shadow: none;
        }
*/
        .results {
            width: auto;
            max-width: 800px;
            height: auto;
            display: flex;
            flex-direction: column;
        }

        .container {
            width: auto;
            max-width: 800px;
            height: auto;
            flex-direction: column;
        }

        .current-gpa-div {
            width: auto;
            max-width: 800px;
            height: auto;
        }
        
        
    }
    /* Tablets in Landscape Mode */
    @media (min-width: 600px) and (max-width: 1024px) {
        /* Styles for tablets (landscape mode) */
        .img-responsive-calculator {
            width: 50%;
            height: auto;
            float: right;
        }
 
        .gpa-info-div-1{
            height:fit-content;
        }
        .calc-img-div {
            width: auto;
            height: auto;
            float: right;
        }

        .results {
            width: auto;
            height: auto;
            display: flex;
            flex-direction: row;
        }

        .container {
            width: auto;
            height: auto;
            flex-direction: column;
        }
    }
    /* Small Laptops, PCs */
    @media (min-width: 1025px) and (max-width: 1280px) {
        /* Styles for small laptops or larger tablets */
        /* Styles for tablets (landscape mode) */
        .img-responsive-calculator {
            width: 50%;
            height: auto;
            float: right;
        }

        .gpa-div-results {
            width: 85%;
            height: auto;
            float: left;
        }

        .calc-img-div {
            width: auto;
            height: auto;
            float: right;
        }

        .results {
            width: auto;
            height: auto;
            display: flex;
            flex-direction: row;
        }

        .container {
            width: auto;
            height: auto;
        }
    }
    /* Desktops and Larger Screens */
    @media (min-width: 1281px) {
        /* Styles for desktops and larger screens */
    }
    /* Very Large Screens */
    @media (min-width: 1920px) {
        /* Styles for very large screens */
    }
 