/* Enter Your Custom CSS Here */
body {
  background-image: url("#");
}
table {
  width:75%;
}
table,th, td {
  border: 1px solid LightGray;
  border-collapse: collapse;
}
th {
  padding: 15px;
  text-align: center;
}
td {
  padding: 25px;
  text-align: left;
	color: #067aa9;
}
#myHeader{
  background-color: #;
  color: black;
  padding: 10px;
  margin : 2px;
  text-align: center;
} 
#t01 tr:nth-child(even) {
  background-color: #;
}
#t01 tr:nth-child(odd) {
 background-color: #;
}
#t01 th {
  background-color: #b0b0b5;
  color: white;
}
tr:hover
    {
      background-color: rgb(240, 240, 240) ;
}
#t02 tr:nth-child(even) {
  background-color: #F5F5F5;
}
#t02 tr:nth-child(odd) {
 background-color: #fff;
}
#t02 th {
  background-color: #303391;
  color: white;
}
tr:hover
    {
      background-color: rgb(240, 240, 240) ;
}
 #trp-floater-ls.trp-color-dark{
    background: #DF4C4C !important;
  }
  #trp-floater-ls.trp-top-right{
    border-radius: none !important;    
    top: 20px;
  }
  .trp-color-dark #trp-floater-ls-language-list a{
    color: #fff !important;
  }
.carousel-indicators li{
	width: 31px;
    height: 8px;
    border-radius: 12px;
}
#trp-floater-ls-current-language{
	    text-align: center;
}
#trp-floater-ls.trp-top-right{
	min-width: 100px;
	max-width: 100px;
}