
.clearfix {
    clear: both;
  }
  .main-column .ui-sb-tabs.ui-tabs {
    width: 100% !important;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .page-tariffs-detail {
    max-width: 800px;
  }
  .page-tariffs h3 {
    color: #ff7600;
    margin: 1em 0em 1em 0em;
  }
  .page-tariffs h4 {
    color: #FF0000;
    margin: 1em 0em 1em 0em;
  }
  .page-tariffs .top-blocks  {
    margin-bottom: 1em;
  }
  .page-tariffs .top-blocks .block {
    float: left;
    width: 350px;
  }
  .page-tariffs .top-blocks .block a {
    display: block;
    text-align: center;
    border: solid 1px #f27734;
    padding: .5em;
    margin: .5em;
    border-radius: 6px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #f27734;
  }
  .page-tariffs .btn-green-filled {
    display: inline-block;
    border-radius: 6px;
    background-color: #92d24a;
    margin: .5em .5em 1em .5em;;
    padding: .5em;
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
  }
  .page-tariffs .top td {
      vertical-align: bottom !important;
  }
  .page-tariffs .top td .connect_link {
      margin: 0px 25px 25px 0px;
      display: block;
  }
  .page-tariffs .g-table-col {
      width: 13.5em !important;
  }
  .page-tariffs .connect {
      float: none !important;
      width: 100% !important;
      height: auto !important;
      text-transform: none !important;
      color: #000 !important;
      font-size: auto !important;
      font-weight: normal !important;
  
  }
  .green-table {
    border-collapse: collapse;
    max-width: 100%;
  }
  .green-table thead tr th {
    background-color: #92ce5e;
    padding: 1em;
    text-align: center !important;
    vertical-align: middle !important;
  }
  .green-table tbody td {
    padding: 1em;
    text-align: center !important;
  }
  .green-table tbody tr:nth-child(odd) td {
    background-color: #f2f2f2;
  }
  .green-table tbody tr:nth-child(even) td {
    background-color: #d8d8d8;
  }
  .info {
    display: none;
    /*columns: auto 2;*/
    line-height: 1.5em;
    background-color: #f2f2f2;
    padding: 1em;
    margin: 1em 0em 0px 0em;
    border-radius: 6px;
    font-size: .9em;
    max-width: 100%;
  }
  .note-toggle {
    display: block;
  margin-top: 1em;
  }
  .info p {
    color: #000 !important;
  }
  .page-tariffs .orange-bordered {
    border: solid 1px #ff7600;
    border-radius: 8px;
    padding: 1em;
  }
  .ku-select, .ka-select {
    cursor: pointer;
  }