/* Style the tabnews */

.tab-title {
font-size: 30px;
text-align: left;
font-weight: bold;
/* line-height: 9px; */
letter-spacing: 0px;
color: #491276;
opacity: 1;
margin-bottom: 25px;
  }

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #ffffff;
  padding: 15px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 20px; 
  transition: 0.3s;
  min-width: 200px;
  height: 35px;
  background: #F0E5F9 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin: 5px 10px 5px 0px;
  font-size: 14px;
}

.info-sub .sub-title {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
   line-height: 35px;
  letter-spacing: 0px;
  color: #491276;
  opacity: 1;
}

.info-sub ul  {
  display: flex;
  margin-bottom: 15px;
  }

.info-sub ul li a {
color: #1A0DAB; 
margin-right: 8px;
padding-right: 8px;
border-right: 1px solid #1A0DAB;
font-size: 14px; line-height: normal;
}


.info-sub ul li:nth-last-of-type(1) a {
  border-right: none;
  margin-right: 0px;
padding-right: 0px;
}


.info-sub ul li a:hover {
  color: #1A0DAB; text-decoration: underline;
  }


  .info-sub p {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0px;
  }


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background: #491276 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
}

.location  {
text-align: left;
font-size: 14px;
font-weight: 600;
letter-spacing: 0px;
opacity: 1;
}

.location a {
  color: #491276;
}

.location a:hover {
  color: #491276; text-decoration: underline;
}

.alphabetical-wrapper .titlebar-wrapper .titlebar-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0px;
  color: #491276;
  opacity: 1;
}

@media only screen and (max-width: 1145px) {

}


@media screen and (max-width: 767px) and (min-width: 665px) {
    .tab button {
    min-width: 29% !important;
    }
}



@media only screen and (max-width: 668px) {

    .tab button {
      min-width: 30.33%;
    }

}


@media only screen and (max-width: 600px) {
  .info-sub ul {
    flex-direction: column;
  }

  .info-sub ul li a {
    border-right: none !important;
    }

}


@media only screen and (max-width: 415px) {
  .tab button {
    min-width: 100%;
  }
	
 .tabcontent2, .location, .tab, .info-sub {
    padding: 15px 0px !important;
 }

}


/* Dt - 07-12-2022 */
 .tabcontent2 {
    padding: 15px 20px;
 }
 .location {
    padding: 0px 20px;
 }	
.tab {
	padding: 15px 20px;
}
.info-sub {
	padding: 0px 20px;
}

table {
	border-collapse: collapse;
}

table td {
    padding: 6px;
}

/*
table td {
    padding: 6px;
	border-collapse: collapse;
}

*/

