#collegetop{
    margin-top: 20px;
    margin-bottom: 20px;
}
#down{
    background: #f8f8f8;
    box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    -o-box-shadow: 0px 0px 5px #999;
    font-size: 15px;
    margin-bottom: 10px;
}


#down>div>p:first-child{
    padding-top:10px;
}
.buttonadm {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.buttonadm {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}


.tab-pane h3{
    color:#C92706;
    font-size: 20px;
    font-weight: bold;
    /* text-decoration: underline; */
}

.tab-pane>ul>li{
    list-style-type: none !important;
    font-size: 16px;
    
}

.tab-pane>ul li span{
    color: #C92706;
    font-size: 25px;
    padding-right: 10px;
}

ul>li>#aref{
color:#479b33;
}

.tab-pane>p{
    font-size:16px;
}

.tab-pane>p{
    font-size: 16px;
}

ol>li{
   font-size: 16px !important; 
}


.tab-pane>div>ul>li{
    list-style-type: none !important;
    font-size: 16px;
    
}
strong>span{
    
color:#5BB745;
}

.tab-pane>div>ul li span{
    color: #C92706;
    font-size: 25px;
    padding-right: 5px;
}

ul>li>#aref{
color:#479b33;
}

.tab-pane>div>p{
    font-size:16px;
}
p>strong{
 color:#5BB745;   
}

img{
   margin-bottom:10px; 
}

#table-tuition>div>p>strong{
    font-size:20px;
}
#table-tuition{
    background: #fff;
}
