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

.alphabetical-wrapper p, .alphabetical-wrapper p a {
  color: #000000;
}

.alphabetical-list { 
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  }

.alphabetical-list li { 
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
}

.alphabetical-list li  a { 
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  color: #491276;
  background-color: #FFFFFF;
  border: 1px solid #491276;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  margin: 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

div#AlphabeticalList .sort-sompare .alphabetical-title {
  font-size: 40px;
  }

.sort-sompare .alphabetical-title {
text-align: left;
font-size: 30px;
font-weight: 700;
letter-spacing: 0px;
color: #491276;
opacity: 1;
border-bottom: 1px solid #EBD5FE;
padding-bottom: 10px;
margin-bottom: 20px;
padding-left: 10px;
}

.sort-sompare ul li {
  margin-bottom: 15px;
  }


.sort-sompare ul li a {
  color: #1A0DAB;
  }

.sort-sompare ul {
    padding-left: 10px;
  }

  a.disabled {
    pointer-events: none;
    color: #EBD7FB !important;
    background-color: #FFFFFF !important;
    border: 1px solid #EBD7FB !important;
}

a.linktoPage {
font-weight: 600;;
letter-spacing: 0px;
color: #1A0DAB !important;
}


/* 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;
}

/* second page starts */
.subject-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 15px;
}

.subject-list ul a, .subject-list ul a:hover {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #491276;
  opacity: 1;
  border-right: 2px solid #491276;
  padding-right: 5px;
  margin-right: 5px;
}

.subject-list ul li:nth-last-of-type(1) a, .arranged-time-Period li:nth-last-of-type(1) a  {
  border-right: none;
}

.arranged-time-Period {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}


.arranged-time-Period li a {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0px;
  color: #491276;
  opacity: 1;
  border-right: 2px solid #491276;
  padding-right: 6px;
  margin-right: 6px;
  font-size: 14px;
}




/* 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;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}


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

}


@media screen and (max-width: 900px) and (min-width: 768px) {


}




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

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

}


@media only screen and (max-width: 415px) {
  .tab button {
    min-width: 100%;
  }

}


