/*
  The special css used on the suncity model railroad website for changing the appearance and or control.
*/
.container-header {background-color:chocolate; background-image:none;} /* change background color and remove background image */
.container-header .mod-menu > li > a {font-size:14pt; color:white; font-weight:bold;}  /* enhance the menu bar */
.metismenu.mod-menu .mm-toggler {font-size:14pt; color:white; font-weight:bold;}
.container-header .metismenu > li > a::after {opacitity: 1;}
/*
  The following css provides styling for the club member's list
*/
.member-list {
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  tr:nth-child(even) {background-color: #dddddd;}
}
/*
  The following css is for changing look and feel for different screen sizes.
*/
@media (width >= 992px) {
 .container-header .metismenu > li > a::after {opacity:.7;}
}
.footer {background-color:chocolate; background-image:none;} /* change background color and remove background image */