/* CUSTOM STYLESHEET
---------------------------------------------------------------------------------
Instructions: Add your custom styles in this file instead of style.css,
so it's easier to update the theme. Simply copy an existing style from 
style.css to this file, and modify it as you like.
--------------------------------------------------------------------------------- */



/* GLOBAL STYLES
---------------------------------------------------------------------------------
Add styles beneath this line that you want to be applied across your entire site */
#menu-item-21 {
  margin-top: 10px;
}

table td, table th {
  border: 1px solid #4b4b4b;
}

.home-widget-2 {
  float: left;
  margin: 0;
  width: 46.66%;
}

.home-widget-1 {
  float: left;
  margin: 0;
  padding-right: 6%;
  width: 46.66%;
}

#footer a:hover, #footer a:active {
    color: #ccc;
}

#footer {
    background: #fff;
}

#page {
    border-top: 1px dotted #4d8c3f;
}

#catnav a {
    color: #000;
}

#outer-wrap {
    border: 1px solid #4d8c3f;
    box-shadow: none;
    margin: 20px auto;
}

.fwidth .solo-wide {
    background: #4d8c3f;
}

table td .wtabeli {
text-align: center;
background: #4d8c3f;
color: #fff;
}
/* DESKTOP ONLY STYLES
---------------------------------------------------------------------------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 801px) {


	/* Desktop styles go here */
#menu-item-571 {display: none}

}