 
 #asf-gpaForm {
    width: auto;
	display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.asf-semester {
        margin-bottom: 20px;
        border-radius: 15px;
        padding: 20px 20px;
        -webkit-box-shadow: 1px 10px 45px 3px rgba(0,0,0,0.27);
        -moz-box-shadow: 1px 10px 45px 3px rgba(0,0,0,0.27);
        box-shadow: 1px 10px 45px 3px rgba(0,0,0,0.27);
    
}

.asf-subject {
    display: flex;
    
    border-radius: 3px;
    /* align-items: center; */
    width: auto;
    padding: 3px;
    margin-bottom: 10px;
}
.asf-subject button {
    background: #DD3333;
    color: white;
    border: 1px;
    border-radius: 3px;
    margin: 2px;
    padding: 5px 5px;
}
.asf-subject select {
    outline: none;
    padding: 5px 5px;
    border: 0px;
    background-color: #fff;
    color: #a81414;
}
.asf-subject select:focus {
    
    outline: none;
}
.asf-subject input {
    margin: 5px 10 10px 5px;
    width: 40px;
    padding: 15px ;    
    border: 0px;
}
.asf-subject input:focus {
    outline: none;
}

.asf-add-button {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #DD3333;
    color: white;
    border: 1px;
    border-radius: 3px;
    margin: 0px;
    padding: 13px 15px;
    
}
.asf-button{
    margin-top: 20px;
    margin-bottom: 10px;
    background: #DD3333;
    color: white;
    border: 1px;
    border-radius: 3px;
    
    padding: 13px 15px;
}
.asf-gpa-result {
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px;
}

.subject-buttons button {
    margin-right: 10px;
    margin-bottom: 10px;
}


.asf-add-semester,.asf-add-subject,.asf-calculate-gpa {
     /* background: #DD3333 !important; */
    border-radius: 3px;
/*     padding: 0px 14px !important; */
    font-size: 12px !important;
   
	
	
	
}

#gpaResult {
    border: 1px solid #0B2A6D;
    padding: 12px;
    width: 50%;
    border-radius: 5px;
    margin-top: 15px;
    color: #020202 !important;
	text-align: center;
}

span.asf-rz {
    font-size: 25px;
    color: #0B2A6D;
    font-weight: 700;
}
