ul#tabs {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  ul#tabs li {
    display: inline-block;
    background-color: #5493be;
	border: 1px solid transparent;
    font-size: 1.0rem;
    padding: 0.75rem 0.5rem;
    margin-bottom: 4px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    cursor: pointer; }

    ul#tabs li:hover {
    background-color: #b666af; 
    border-color: solid 1px #993399;}

    ul#tabs li.active {
      background-color: #b666af;
      border: solid 1px #993399;
       }

/* tabs bawah */
ul#tabs-bw {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center; }
  ul#tabs-bw li {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    margin-bottom: 1px;
    font-weight: 300;
    color: #0ab2f4;
    }

    ul#tabs-bw li:hover {
    text-decoration: underline;
    cursor: pointer;	}

    ul#tabs-bw li.active {
	color : #b666af;
	font-weight: bold;
    }
/* //tabs bawah */

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul#tab li {
    display: none;
    padding: 30px;
    border: solid 0px #d2f4e9; }
    ul#tab li.active {
      display: block; 
      }
    ul#tab li h2 {
      font-weight: 400;
      margin-bottom: 30px;
      padding-bottom: 5px;
      font-size: 22px;
      border-bottom: solid 2px #b666af; }
    ul#tab li p {
	font-family: tahoma, arial, helvetica, serif;
	text-align: left;
	color: #666;
	line-height: 23px; 
	font-size: 14px;
	padding-top: 10px;
}
