.ui-widget.ui-widget-content {
	border: 2px solid #72201d;
}

.ui-widget-header {
	border: 1px solid #72201d;
	background: #d33;
	color: #221F20;
	font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #72201d;
    background: #fba093;
    font-weight: normal;
    color: #221F20;
}

.ui-widget-content {
    color: #221F20;
    background-color: #f7dcd7;
}

footer a {
    color: #e9ff23;
}
footer a:hover {
    color: #f6ffa0;
}