.table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

/* For News Article Tables */

.wrapTable {
    overflow-x: auto;
    width: 543px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
    .wrapTable {
        width: 390px;
    }
}

@media screen and (max-width: 667px) {
    .wrapTable {
        width: 628px;
    }
}

@media screen and (max-width: 568px) {
    .wrapTable {
        width: 524px;
    }
}

@media screen and (max-width: 480px) {
    .wrapTable {
        width: 440px;
    }
}

@media screen and (max-width: 375px) {
    .wrapTable {
        width: 330px;
    }
}

@media screen and (max-width: 360px) {
    .wrapTable {
        width: 320px;
    }
}

@media screen and (max-width: 320px) {
    .wrapTable {
        width: 280px;
    }
}

/* For News Article Tables end */


@media screen and (max-width: 1024px) {

	.ccbnPopover, td.ccbnOutline .ccbnBgTblTtl > td.ccbnCalButton {
		cursor: default;
	}
	
	.ccbnPopover, td.ccbnOutline .ccbnBgTblTtl > td.ccbnCalButton span {
		display: none;
	}
	
	.table-container {
		overflow-x: auto;
		width: 99%;
	}

 #control_AlertEmail {
  width:100% !important;
 }

}

@media screen and (max-width: 768px) {

 .container {
    width: 738px;
 }

    #investor {
        padding: 20px;
    }
}

@media screen and (max-width: 700px) {

 .upcomingEmailTable td {
  text-align:left !important; 
 }

 .upcomingEmailTable .ccbnTblTxtBold {
  display: block;
  padding-bottom: 10px;
 }

}

@media screen and (max-width: 667px) {

 .container {
    width: 640px;
 }

 #ccbnCalendarContainer {
    padding-bottom: 15px;
 }
 
 #control_AmountInvested, #control_shrs_bt {
      width: 100% !important;
 }

}


/* E-book readers */
@media screen and (max-width: 600px) {

    .ccbnCalendarDivClick {
        height: auto;
    }

    .breaker600 {
        display: block;
        text-align: left;
        width: auto;
    }

}

@media screen and (max-width:568px) { 

 .container {
    width: 538px;
 }

}

/* Smartphones (landscape) */
@media screen and (max-width: 480px) {

 .stockFormTable .ccbnBgInput input[type="text"], .stockFormTable .ccbnBgInput select {
    width: 100%;
 }

    .stockFormTable .ccbnBgSelect select {
         margin: 0 0 10px;
    }

 .stockFormColumn,
 .stockResultsSpacerColumn,
 .stockResultsColumn {
    display: block;
    width: 100%;
 }

    tr.ccbnOutline table td, table.ccbnRowHoverTbl td {
        padding: 5px;
    }

}

@media screen and (max-width: 375px) {

 .tabBar {
    float: none;
    border: 0;
    height: auto;
    height: initial;
 }

 .tabBar ul {
    height: auto;
    height: initial;
 }

 .tabBar li {
    float: none;
    margin-top: -1px;
 }

 .container {
    width: 346px;
 }
 
 .upcomingEmailTable #control_EventReminderEmailText {
    width: 170px;
 }

 #header #search-input {
  width: auto;
  width: initial;
 }

 .govLegendTable td {
  display:block;
  width: 100%;
  padding: 0 0 7px;
 }

 #newsArticleTools li {
    display: block;
    padding: 0;
 }

}

/* Smartphones (portrait) */

@media screen and (max-width: 360px) {

    .breaker360 {
        display: block;
        padding-left: 0 !important;
        text-align: left;
        width: auto;
    }

    td.ccbnOutline table td {
        padding: 5px;
    }

    .govPhoto {
          padding-bottom: 20px;
    }

}

@media screen and (max-width: 320px) {

 .container {
    width: 290px;
 }

    .breaker320 {
        display: block;
        padding-left: 0 !important;
        text-align: left;
        width: auto;
    }

}

/* SEC Table - Responsive  */

@media screen and (max-width:719px) {

    .rwd-sec tr, .rwd-sec td {
        display: block;
    }
    
    /* Hide table headers (but not display:none, for accessibility) */
    
    .rwd-sec .ccbnBgTblTtl {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .rwd-sec tr {
        height: auto !important;
        padding-bottom: 30px;
    }
    .rwd-sec td {
        /* Behave like a row */
        border: none;
        padding-left: 50% !important;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: left !important;
    }
    .rwd-sec td:before {
        /* Now, like a table header */
          font-weight: bold;
        position: absolute; /* Top / left values mimic padding */
        top: 6px;
        left: 6px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    /* -- LABEL THE DATA -- */
    .rwd-sec td:nth-of-type(1):before {
        content: "Filings";
    }
    .rwd-sec td:nth-of-type(2):before {
        content: "Description";
    }
    .rwd-sec td:nth-of-type(3):before {
        content: "Date Filed";
    }
    .rwd-sec td:nth-of-type(4):before {
        content: "Filing Group";
    }
    .rwd-sec td:nth-of-type(5):before {
        content: "Downloads";
    }

}

/* SEC Table - Responsive  end */

/* Gov Comp Table - Responsive  */

@media screen and (max-width:768px) {

    .govCompTable tr, .govCompTable td {
        display: block;
    }
    
    /* Hide table headers (but not display:none, for accessibility) */
    
    .govCompTable .ccbnBgTblTtl {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .govCompTable tr {
        width: 100%;
        float: left;
        clear: both;
        height: auto !important;
        margin-bottom: 30px;
    }

    .govCompTable td {
        /* Behave like a row */
        width: 100%;
        float: left;
        border: none;
        padding-left: 15px !important;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        text-align: left !important;
    }

    .govCompTable td:before {
        /* Now, like a table header */
        display: block;
        float: left;
        width: 60%;
        padding-right: 10px;
    }

    .govCompTable td img {
        display: block;
        float: left;
    }

    .govCompTable .ccbnBgTblOdd td:first-child,
    .govCompTable .ccbnBgTblEven td:first-child {
        font-weight: 600;
        background-color: #fff;
        color: #FF6717;
    }
    
    /* -- LABEL THE DATA -- */

    .govCompTable td:nth-of-type(2):before {
        content: "Audit Committee";
    }
    .govCompTable td:nth-of-type(3):before {
        content: "Compensation Committee";
    }
    .govCompTable td:nth-of-type(4):before {
        content: "Nominating & Corporate Governance Committee";
    }

}

@media screen and (max-width:667px) { 

    .govCompTable td:before {
        width: 70%;
    }

}

@media screen and (max-width:568px) { 

    .govCompTable td:before {
        width: 84%;
    }

}

@media screen and (max-width:320px) { 

    .govCompTable td:before {
        width: 89%;
    }

}

/* Gov Comp Table - Responsive  end */

