.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: 680px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

@media screen and (max-width: 1024px) {
    .wrapTable {
        width: 680px;
    }
}

@media screen and (max-width: 768px) {
    .wrapTable {
        width: 680px;
    }
}

@media screen and (max-width: 667px) {
    .wrapTable {
        width: 610px;
    }
}

@media screen and (max-width: 568px) {
    .wrapTable {
        width: 510px;
    }
}

@media screen and (max-width: 480px) {
    .wrapTable {
        width: 430px;
    }
}

@media screen and (max-width: 375px) {
    .wrapTable {
        width: 320px;
    }
}

@media screen and (max-width: 360px) {
    .wrapTable {
        width: 310px;
    }
}

@media screen and (max-width: 320px) {
    .wrapTable {
        width: 270px;
    }
}

/* 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%;
	}

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 700px) {

 .upcomingEmailTable td {
  text-align:left !important; 
 }

 .upcomingEmailTable .ccbnTblTxtBold {
  display: block;
  padding-bottom: 10px;
 }

}


/* E-book readers */
@media screen and (max-width: 600px) {

    .ccbnCalendarDivClick {
        height: auto;
    }

}

/* Smartphones (landscape) */
@media screen and (max-width: 480px) {

    .stockFormTable .ccbnBgSelect td,
    .stockFormTable .ccbnBgSelect select {
       display: block;
    }

    .stockFormTable .ccbnBgSelect select {
         margin: 0 0 10px;
    }

    .alertsCol1 {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 375px) {
 
 .upcomingEmailTable #control_EventReminderEmailText {
    width: 170px;
 }

 .govCommCompLegend td {
  display:block;
  width: 100%;
  padding: 0 0 3px;
 }

 #control_AmountInvested, #control_shrs_bt {
    width: 100%;
 }

}

/* Smartphones (portrait) */

@media screen and (max-width: 360px) {

    td.ccbnOutline table td {
        padding: 5px;
    }

}

@media screen and (max-width: 320px) {
 #control_SelectGroup, #control_SearchBox, #control_AlertUserVerificationTextbox {
      width: 170px;
 }
}

/* 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;
    }
    .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: "Filing Date";
    }
    .rwd-sec td:nth-of-type(2):before {
        content: "Form";
    }
    .rwd-sec td:nth-of-type(3):before {
        content: "Description";
    }
    .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 */

