
tr td a:link{ 
  color: #00008B;
  text-decoration: underline; 
}

tr td a:visited{
  color: #00008B;
  text-decoration: underline;
  
}

tr td a:hover{
  color: red;
  text-decoration: underline;
  
}

.topheader{
  padding:1px;
	background-color: #ffffff !important;
	color:white;
	font-weight: bold;
  text-align: center;     
}


/* Customizing Mission Tables */

.mission-tables table  th {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  font-size: 0.85714286rem;
  line-height: 120%;
}

.mission-tables table td{
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  font-size: 0.85714286rem;
  line-height: 120%;
}


/* Customizing Calender Tables */

.calender-tables topheader{
  padding:1px;
	background-color: #000000 !important;
	color:white;
	font-weight: bold;
  text-align: center;  
 }

.calender-tables table{
  background-color:#ffffcc;
 }


.calender-tables table th{
  border: black solid 1px !important;
  text-align: center;
}

.calender-tables table td{
  border: black solid 1px !important;
  text-align: center;
}

.calender-tables tr td a:link{ 
  color: #00008B;
  font-weight: bold;
  text-decoration: underline; 
}

.calender-tables tr td a:visited{
  color: #00008B;
  font-weight: bold;
  text-decoration: underline;
  
}

.calender-tables tr td a:hover{
  color: red;
  font-weight: bold;
  text-decoration: underline;
  
}

/* Customizing tables*/

.custom-tables thead{
  background-color: #eeeeee; 
}

.custom-tables table th{
  border: 0.5px solid #000000;
}

.custom-tables table td{
  border: 0.5px solid #aaaaaa;
  font-size: 0.85714286rem;
  line-height: 100%;
  word-wrap:break-word;
  word-break:break-word; 
}


.bg-color-blue {
  background-color: #dddddd;  
}
  
.bg-color-white{
  background-color: white !important;
}


.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}




