a.tab-control, a.tab-control h3 {
    text-decoration: none;
    font-size: 16px;

    }

  /********** TABS **********/
  .tab-list {
    margin: 0;
    padding: 0;}

  .tab-list li {
    display: inline-block;
    list-style-type: none;
    background-color: #303030;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    font-family: 'Noto Sans HK', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;}

  .tab-list li a {
    color: #f2f2f2;
    display: block;
    padding: 8px;}

  .tab-list li.active, .tab-list li.hover {
    background-color: #336699;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;}

  .tab-list li.active a, .tab-list li a:hover {
    color: #fff;
    background-color: #336699;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;}

  .tab-panel {
    display: none;
    background-color: #336699;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    color: #fff;
    min-height: 150px;
    overflow: auto;}

  .tab-panel.active {
    display: block;}

  .tab-panel p {
    margin: 20px;}
@media only screen and (max-width: 767px){
  .tab-list {
    margin: auto;
    padding: 0;
    text-align: center;
    }

  .tab-list li {
    display: block;
    list-style-type: none;
    background-color: #336699;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }

  .tab-list li a {
    color: #f2f2f2;
    display: block;
    padding: 8px;}

  .tab-list li.active, .tab-list li.hover {
    background-color: #303030;
    border-top-left-radius: 0;
    border-top-right-radius: 0;}

  .tab-list li.active a, .tab-list li a:hover {
    color: #fff;
    background-color: #303030;
    border-top-left-radius: 0;
    border-top-right-radius: 0;}
  .tab-panel {
    background-color: #336699;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;}
}