/* BASIC css start */
.category {
  overflow: hidden;
  padding: 10px 0px 10px 0px;
  margin: auto;
  width: 100%;
}

.category li {
  float: left;
  border: 0px solid #666;
  padding: 10px 10px 0px 10px;
  color: #1e365e;
  font-family: Roboto Bold;
  width: auto;
}

.sort {
  overflow: hidden;
  border-top: 1px solid #888;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 10px 0px;
  margin: auto;
  width: 100%;
}

.sort li {
  float: right;
  border: 0px solid #666;
  padding: 0px 10px 0px 10px;
  color: #1e365e;
  font-family: Roboto Bold;
  width: auto;
}

hl { 
  display: block;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  margin-left: 48%;
  margin-right: 48%;
  border-style: solid;
  border-width: 2px;
  border-color: #7da2d6;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #444;
  background-color: #ffffff;
  margin: auto;
  width:100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #ffffff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size:16px; color:#666; font-family:'arial';
  font-weight: bold;
}

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

/* Create an active/current tablink class */
.tab button.active {
  background-color: #1e365e;
  color:#ffffff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /*border: 1px solid #ccc;*/
  border-top: none;
}
/* BASIC css end */

