/* ALL STYLES ARE FOR THE TAN COLOR SET */
.widget-title {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 300 !important;
    font-size: 2em;
    letter-spacing: 2px;
    background-color: #d7d6ce;
    padding: 5px;
    text-shadow: -1px 1px 1px #ffffff;
    margin-bottom: 0 !important;
    vertical-align: middle;
    width: 95%;
    word-wrap: break-word;
}
.widget-arrow {
    background: url(../../images/content-right-tan-down-arrow-29-15.png) no-repeat;
    background-position: 30px 0;
    width: 100%;
    height: 15px;
    margin-top: -1px;
    margin-bottom: 6px;
}
/* Media Queries for HiDPI displays (ratio equal to or greater than 1.3) */
@media only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3) { 
	.widget-arrow {
	    background: url(../../images/content-right-tan-down-arrow-58-30@2x.png) no-repeat;
	    background-size: 29px 15px;
	    background-position: 30px 0;
	}
}