﻿
.inner_bold
{
    font-weight: bold;
    color: #006fba;
}

.breadcrumb
{
    /*padding: 8px 15px;*/
    padding-right: 0; /*margin-bottom: 20px;*/
    list-style: none;
    border-radius: 4px;
}

.breadcrumb > ol, ul
{
    margin-top: 0;
    margin-bottom: 10px;
}

.breadcrumb > li + li:before
{
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > li
{
    display: inline-block;
}

.breadcrumb > .active
{
    color: #777;
}

.breadcrumb a
{
    color: #006fba !important;
    text-decoration: none;
    background-color: transparent;
}

.inner_text_underline
{
   
    color: black;
    padding-bottom: 2px;
    border-bottom: 2px solid #346fba;
    line-height: 1.75;
    font-weight: bold;
}

.inner_link_underline
{
    color: black;
    padding-bottom: 0.5px;
    border-bottom: 1px solid #346fba;
    line-height: 1.5;
    font-weight: bold;
    cursor:pointer;
    text-decoration:none;
}


#divMainContent p{
 max-width:90%;   
 text-align:justify ;
}

.inner-p
{
 max-width:90%;   
 text-align:justify ;
}


.cable-station-row:hover .cable-station-letter
{
 background-color:White;    
}




/*======================= faq =================*/

  #divFAQ .w3-card
                    {
                        width: 330px;
                        align-self: center;
                        padding:4px;
                        border: 2px solid #f1f1f1;
                        background-color:White;
                    }
                    #divFAQ .w3-card:hover
                    {
                        border: 2px solid #016fb7;
                        background-color:White;
                    }
                   #divFAQ .w3-card h2
                    {
                        width: 90%;
                    }
                    
                    #divFAQ .w3-card p
                    {
                        width: 92%;
                    }
                    
                    
.cable-station-desc p{height:110px;}


#divMainContent hr {padding: 0px;
    border: 1px solid #016fb7;
}

#divMainContent table     
{
    background: white;
    padding: 12px;
}

#divMainContent a     
{

    cursor: pointer!important;
    text-decoration: none!important;
}



#divFaqTitles h3
{
  padding: 8px 16px !important;
  cursor: pointer;
}


#divFaqTitles h3.active
{
  background-color: white;
  border-right: 2px solid #000;
}
#divFaqList
{
  background-color: #fff;
}
#divFaqList .w3-card
{
  background-color: #f1f1f1;
  display: none;
}
#divFaqList .w3-card.active
{
  background-color: #fff;
  display: block;
}
      