.standard-table {
  max-width: 100%; }
@media only screen and (max-width: 769px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .standard-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
  .standard-table table, .standard-table thead, .standard-table tbody, .standard-table th, .standard-table td, .standard-table tr {
    display: block; }
  .standard-table thead tr {
    position: static;
    top: -9999px;
    left: -9999px; }
  .standard-table tr {
    border: 1px solid #ccc;
    margin-bottom: .625em; }
  .standard-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
  .standard-table td:before {
    /* Now like a table header */
    position: static;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .standard-table .RowStyle td:nth-of-type(1):before {
    content: 'Name : '; }
  .standard-table .RowStyle td:nth-of-type(2):before {
    content: 'Program Recognition Types : '; }
  .standard-table .RowStyle td:nth-of-type(3):before {
    content: 'State/Province : '; }
  .standard-table .RowStyle td:nth-of-type(4):before {
    content: 'Certificate Program Recognized : '; }
  .standard-table .RowStyle td:nth-of-type(5):before {
    content: 'Program State : '; } }
@media screen and (max-width: 600px) {
  .standard-table th {
    width: 100%; } }

@media only screen and (max-width: 767px) and (min-width: 400px) {
  .horizontal .widget {
    display: block;
    float: left;
    margin: 3px 3px 0 0;
    margin-top: 0; } }


