/*--------------------------------------------- 
  DEFAULT STYLES
--------------------------------------------- */
.li-paragraph-main{
    font-size: 22px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 5px;
}

.li-paragraph{
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 15px;
}

.services-default{
    margin-top: 10%;
    display: block;
}

.services-pabx, .services-internet, .services-voip, .services-network, .services-network, .services-cctv, .services-access, .services-office, .services-repair{
    margin-top: 10%;
    display: none;
}

.services-h2{
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 1);
}

.services-header {
    font-size: 26px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 1);
}

.services-paragraph-main {
    font-size: 22px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 30px;
}

.services-paragraph {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 30px;
}

.services-ul{
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.services-ul-li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.BCFibreBtn {
    width: 30%;
    height: 50px;
    background-color: rgba(241, 241, 241, 1);
    color: rgba(0, 0, 30, 1);
    border: 2px solid rgba(0, 0, 30, 1);
    font-size: 1.25em;
    font-family: 'Aleo';
    border-radius: 5px;
    cursor: pointer;
  }
  
  .BCFibreBtn:hover {
    border: rgba(241, 241, 241, 1);
  }

  .tg{
        border-collapse:collapse;
        border-spacing:0;
        border:none;
        width:100%; 
        margin-left:5%; 
        margin-right:5%;
    }

  .tg td{
        font-family: calibri, sans-serif;
        font-size:14px;
        padding:10px 5px;
        border-style:solid;
        border-width:0px;
        overflow:hidden;
        word-break:normal;
        color: white;
        background-color: rgba(0, 0, 30, 1);
        font-size: 22px;
    }

  .tg th{
        font-family:calibri, sans-serif;
        font-size:14px;
        font-weight:normal;
        padding:10px 5px;
        border-style:solid;
        border-width:0px;
        overflow:hidden;
        word-break:normal;
        color: white;
        background-color: rgba(0, 0, 30, 1);
        font-size: 22px;
    }

  .tg .tg-0lax{
        text-align:left;
        vertical-align:top
    }

@media screen and (max-width: 768px) {
    .tg {
        width: auto !important;
    }

    .tg col {
        width: auto !important;
    }
    
    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}