
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

body {
    color:            #7d7d7d;
	font-size:        13px;
	font-family:      arial,sans-serif;
	background-color: #fff;
	cursor: auto;
    }

a {color: #728720;}
    a:link { text-decoration:none; }
	 a:hover { text-decoration:none; color:#bc001d; cursor:pointer; }
    a:visited { text-decoration:none; }
    a:active { text-decoration:none; }
    a:focus { text-decoration:none; }	
	
	
h1 {font-size: 13px; font-weight: normal; padding-top: ;}
h2 {font-size: 13px; font-weight: normal;}
h3 {font-size: 13px; font-weight: normal;}


.w3-container{padding:0px 16px}

.w3-container:after,.w3-panel:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after,.w3-btn-bar:before,.w3-btn-bar:after {content:"";display:table;clear:both}

.parttitle {
padding: 8px 0px 16px 0px;
clear:both; }

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{width:99.99999%}

@media only screen and (min-width:801px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}
body {background-color: #fff;}}

@media only screen and (min-width:1100px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9,.w3-threequarter{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}
body {background-color: #fff;}}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	
.dropbtn {
    background-color: #47720f;
    padding: 16px;}

.dropdown {
    position: relative;
    display: inline-block;
	color: #728720;
	cursor: ; }
	
#showhideclick {
    cursor: pointer;
	color: #728720;
    }
	
#showhideclick:hover {
	color: #bc001d;
    }

.dropdown:hover {
    color: #7d7d7d; }

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
	bottom:right;
    background-color: #f9f9f9;
    width: 300px;	
    text-align: right;
    padding:;}

.dropdown-content a {
    padding: 8px;
    display: block;
	cursor: pointer;}

.dropdown-content a:hover {
    background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


.w3-padding-top{}

.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0px 8px 16px 8px}

.footer {
padding: 8px 0px 16px 8px;
clear:both; }

