div.tuition, div.notes {
  width: 90%;
  margin: auto;
}

ol.tuition li h4 {
  color: rgba(13,105,143,0.9);
}

ul.bulleted_list li, ul.bulleted_list li.inin {
  list-style: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

ul.bulleted_list li::before {
  content: "🇰🇬 ";
}

ul.bulleted_list li.inin::before {
  content: "🇮🇳 ";
}

div.notes {
  padding: 10px;
  align: center;
  
}

div.notes ol, div ol.tuition li h4, div ol.tuition li p {
  margin: 0;
}

div.notes h4 {
  color: rgb(160,30,30);
  margin: 0 0 6px 0;
}

div ol.tuition li p {
  padding-bottom: 9px;
}

div.notes {
  padding-top: 1em;
  font-size: 0.95em;
}

table.tuitionTbl {
  width: 100%;
  align: center;
  border-spacing: 0;
}

table.tuitionTbl caption {
  font-size: 1.4em;
  padding: 16px;
  /*margin: 3px;*/
  color: white;
  background: rgba(13,105,143,0.75);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

table.tuitionTbl caption:hover, table.tuitionTbl caption:focus, table.tuitionTbl caption:active {
  background: rgba(13,105,143,0.95);
}

table.tuitionTbl tbody tr td {
  padding-top: 3px;
  padding-bottom: 5px;
}

table.tuitionTbl tbody tr:nth-child(even) {
  background-color: rgba(225,225,225,0.2);
}

table.tuitionTbl tbody tr:nth-child(odd) {
  background-color: rgba(245,245,245,0.2);
}

table.tuitionTbl tbody tr:hover {
  background-color: rgba(225,225,225,0.5);
  color: rgba(13,105,143,0.8);
}

table.tuitionTbl thead tr td, table.tuitionTbl tfoot tr td {
  font-size: 1.2em;
}

table.tuitionTbl thead, table.tuitionTbl tbody, table.tuitionTbl tfoot { 
  vertical-align: top;
}

table.tuitionTbl thead, table.tuitionTbl tfoot { 
  background: rgba(13,105,143,0.2);
}

table.tuitionTbl > p, p.tblSerial, p.tblLabel, .usd_amt, .inr_amt, .usd_lbl, .inr_lbl {
  margin: 3px 0 3px 0;
}

p.tblSerial {
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
}

p.tblLabel {
  margin-left: 3px;
  text-align: left;
}

.usd_amt, .inr_amt, .usd_lbl, .inr_lbl {
  text-align: right;
  margin-right: 6px;
}

.uk-block {
  padding-bottom: 15px;
  padding-top: 15px;
}

.fee_type {
  color: rgba(13,105,143,0.8);
}

.fee_type::before {
    content: "Fee Type: ";
}

.eimu_icon {
  margin: auto;
  width: 50%;
  padding-bottom: 15px;
  text-align: center;
}

table.tbl_care {
  width: 85%;
  margin: auto;
  max-width: 750px;
}

table.tbl_care tfoot tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

p.yn_symbol {
  text-align: center;
  margin: 0;
}


p.yn_head { 
  margin: 12px;
  text-transform: uppercase;
  font-size: 0.8em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  padding: 16px;
}

img.uni_logo {
  filter: drop-shadow(2px 2px 4px rgba(75,75,75,.3));
  max-width: 250px;
}
img.uni_logo:hover {
  filter: drop-shadow(3px 3px 5px rgba(75,75,75,.6));
}

/**
@media only screen 
  and (min-width: 768px) {
  .padding-bottom: 15px;
}
**/
@media only screen
  and (min-width : 700px) { 
  .usd_amt::before {
    content: "$";
  }

  .inr_amt::before {
    content: "Rs ";
  }
}

@media only screen
  and (max-width : 500px)
  { 
    table.tbl_care {
    width: 96%;
    margin: auto;
    }
  }

@media only screen
  and (min-width : 501px)
  and (max-width : 769px)
  {
    table.tbl_care {
      width: 90%;
      margin: auto;
    }
  }

