
#feedback2 {
    background-color: #266BC7;
    border-radius: 8%;
    color: #f7f5f5;
    font-size: 12px;
    text-align: center;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}


.footer {
    overflow: hidden;
    background-color: white;
    border-top: 1px solid gray;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 15px;
  }
  

.footer a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }
  

#mobileFeedLink {
    display: none;
}

.BrHide {
    display:none;
}

#feedback2:hover {
    background-color: #144d99;
}

.yaleTitle {
    display: inline; 
    float: right;
    margin-left: 5px;
    padding-right:3px;
    padding-left: 3px;
    margin-top: 10px;
    border-width: 2px;
}

.mobileYale {
    display:inline-block; 
    margin-top: 10px;
    color: #282828;
}

hr {
    height: 1px;
    border:none;
    background-color: black;
}

p {
    line-height: 1;
}

.MobileBlocks {
    width:80%;
    border-style: solid;
    border-color: #EBECF0;
    border-radius: 3%;
    margin-left: auto;
    background-color: white;
    margin-right: auto;
    text-align: left;
    padding: 5px;
    }


#scholCalcTableMobile {
    display: none;
}

#Logo {
    float:left; 
    width:25px; 
    height:28px;
    margin-left: 10px;
}

#desktopTitle {
    display: block;
    width:100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
    background-color:rgba(192,192,192,0.3);
}

#mobileTitle {
    display: none;
}

#searchBar {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#searchBarMobile {
    display: none;
}

#GPA {
    width: 250px;
}

#LSAT {
    width: 250px;
}

#feedAndFormula {
    margin-top:5px;
    font-size: 10pt;
}

.arrow {
    border: solid #037AFB;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-right:8px;
    margin-bottom: 2px;
  }
.arrow:hover {
    color:#0A59B4;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

@media only screen and (max-width: 700px) { 
    #scholCalcTable {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }
    #scholCalcTableMobile {
        display: block;
    }

    #mobileFeedLink {
        display: block;
        font-size:10pt;
        margin-top: 3px;
    }
    
    .BrHide {
        display:block;
    }

    #Logo {
        float:left; 
        width:20px; 
        height:22px;
        margin-left:10px;
    }

    #mobileTitle {
        display: block;
        padding-bottom: 40px;
        padding-top: 10px;
        padding-right: 10;
        background-color:rgba(192,192,192,0.3);
    }

    #inputMobileBackground {
        width: 80%;
        background-color:#fcfcfc;
        border-radius: 2%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        box-shadow:1px 1px 7px grey;
        
    }
    #submit {
        width: 60%;
    }
    #desktopTitle {
        display: none;
    }
    #searchBar {
        display: none;
    }
    #searchBarMobile {
        display: block;
        width:80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #GPA {
        width: 100%;
        margin-bottom: 5px;
    }
    #LSAT {
        width: 100%;
        margin-bottom: 5px;

    }
}




.modal {
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }

  #modalText {
      text-align: center;
      font-family: arial;
  }
  

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
  }
  

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

table {
    border-collapse: collapse;
    min-width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    table-layout: fixed;
    }


.content {
    text-align: center;
    padding-bottom: 5px;
}

#headRow {
    text-align: left;
    background-color: #0671E3;
    color: white;
}

th {
    font-weight:normal;
}


.title {
    padding-top: 10px;
}

#feedback {
    display: inline-block;
    border-radius: 4px;
    background-color: #266BC7;
    border: none;
    color: #f7f5f5;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px;
    cursor: pointer;
    margin: 5px;
}

#feedbackInput {
    font-size:12pt;
    height:100px;
    width:350px;
    margin-top: 10px;
    max-width: 80%;
    max-height: 40%;
}

#contactform
{
    display: none;
    border-color:#266BC7;
    border-style: solid;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#freeTrialBtn:hover {
    background-color: #144d99;
}

#submit {
    display: inline-block;
    border-radius: .3rem;
    background-color: #0671E3;
    border: none;
    color: #f7f5f5;
    text-align: center;
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    cursor: pointer;
    margin: 5px;
}

input[type=number] {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 20px;
  }
  
  input[type=text] {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 20px;
  }

#submit:hover {
    background: #144d99;
}

#feedback:hover {
    background: #144d99;
}

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

th {
    cursor: pointer;
}
  
tr:hover {background-color:#f5f5f5;}

.hidden {
    display: none;
}

#hidden1 {
    display: none;
}

th.asc:after{
    content:'\25BF';
    display:inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-right: 0.5em;
    
}

th.desc:after{
    content:'\25BF';
    display:inline-block;
    padding-left:0.5em;
}

#hiddenCostHeader {
    display: none;
}


#searchBar {
    width: 60%;

}

/* feedback form 2 */

.modal2 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  .modal-content2 {
    background-color: #fefefe;
    margin: auto;
    text-align: center;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  .close2 {
    color: #aaaaaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close2:hover,
  .close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }