.widget-hidden {
	display: none;
}

.widget-highlight {
	background: #FFF59D;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	padding: 6px 10px 10px;
	border-top: 5px solid #FDD835;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,.1);
}

.widget-highlight .textwidget {
    font-size: 13px;
    color: #212121;
}

.widget-highlight p {
    margin: 10px 0 0;
}

.widget-highlight .widget-title {
	text-transform: uppercase;
	font-size: 14px;
}