a { color: #944815;
text-decoration: none;}
a:hover {
    text-decoration: underline;
}

#content .w3-primary > *, #content .w3-secondary > *, #content .w3-highlight > *, #content .w3-primary-10 > *, #content .w3-secondary-10 > * {
	padding: 15px 15px 0 15px;
}

.w3-primary, .w3-hover-primary:hover  {
    background-color: rgb(103, 120, 17)!important;
    color: #fff!important;
}

.w3-primary-10, .w3-hover-primary-10:hover  {
    background-color: rgba(103, 120, 17, 0.1)!important;
    color: inherit!important;
}


.w3-secondary, .w3-hover-secondary:hover {
    background-color: rgb(137, 107, 77)!important;
    color: #fff!important;
}

.w3-secondary-10, .w3-hover-secondary-10:hover {
    background-color: rgba(137, 107, 77, 0.1)!important;
    color: inherit!important;
}

.w3-highlight, .w3-hover-highlight:hover {
    background-color: rgb(199, 54, 47)!important;
    color: #fff!important;
}

.w3-primary a, .w3-primary a:hover, .w3-primary h1, .w3-primary h2, .w3-primary h3, .w3-primary h3, .w3-primary h5, .w3-primary h6, 
.w3-secondary a, .w3-secondary a:hover, .w3-secondary h1, .w3-secondary h2, .w3-secondary h3, .w3-secondary h3, .w3-secondary h5, .w3-secondary h6, 
.w3-highlight a, .w3-highlight a:hover, .w3-highlight h1, .w3-highlight h2, .w3-highlight h3, .w3-highlight h3, .w3-highlight h5, .w3-highlight h6 {
    color: #fff !important;
}

.w3-primary a, .w3-secondary a, 
.w3-highlight a {
    border-bottom: 1px dotted #fff;
}

.w3-primary a > *, .w3-secondary a > *, 
.w3-highlight a > * {
    border-bottom: none !important;
}

.w3-text-primary {
    color: rgb(69, 112, 180)!important;
}

.w3-text-secondary {
    color: rgb(104, 171, 106)!important;
}

.w3-text-highlight {
    color: rgb(199, 54, 47)!important;
}

.w3-stretch {
  margin: 0 -50%;
  padding: 0 calc(50% - 15px);
}