.table-responsive { border:none !important; }

/* Additional breakpoint to allow larger viewport on default template
   Default template has the container fix to about 995px */

#left_main #left_main_toggle {
  background-color: #B2B691;
}

@media only screen and (min-width : 1200px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #bg { background-image:none; }
}

/* Extra break point to replace the LN logo with a smaller one */
@media only screen and (max-width: 600px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}