	/* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */
	.trmpt-wrap ::-moz-selection {
	    background: #b3d4fc;
	    text-shadow: none;
	}

	.trmpt-wrap ::selection {
	    background: #b3d4fc;
	    text-shadow: none;
	}

	/* * A better looking default horizontal rule */
	.trmpt-wrap hr {
	    display: block;
	    height: 1px;
	    border: 0;
	    border-top: 1px solid #ccc;
	    margin: 1em 0;
	    padding: 0;
	}

	/* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */
	.trmpt-wrap audio,
	.trmpt-wrap canvas,
	.trmpt-wrap img,
	.trmpt-wrap video {
	    vertical-align: middle;
	}

	/* * Fonts */
	.trmpt-wrap .pnr {
	    font-family: 'Proxima Nova Regular', Arial, sans-serif;
	}

	.trmpt-wrap .pnt {
	    font-family: 'Proxima Nova Thin', Arial, sans-serif;
	}

	.trmpt-wrap .pnsb {
	    font-family: 'Proxima Nova SemiBold', Arial, sans-serif;
	}

	.trmpt-wrap .pnl {
	    font-family: 'Proxima Nova Light', Arial, sans-serif;
	}

	.trmpt-wrap *,
	.trmpt-wrap *:before,
	.trmpt-wrap *:after {
	    box-sizing: border-box;
	}

	.trmpt-wrap {
	    background-color: #ffffff;
	    font-family: 'Proxima Nova Regular', Arial, sans-serif;
	    margin: 0 auto;
	    position: relative;
	    line-height: 1.42857;
	    font-size: 14px;
	}

	.trmpt-wrap .header {}

	.trmpt-wrap .header .trumpetTitle {
	    color: #50464f;
	    font-family: 'Proxima Nova Regular', Arial, sans-serif;
	    font-size: 21px;
	}

	.trmpt-wrap .trmpt-item {
	    background: url(../img/rule.png) repeat-x left bottom;
	    padding: 15px 0 24px;
	}

	.trmpt-wrap .trmpt-item.last {
	    background: none;
	}

	.trmpt-wrap .trmpt-item .trmpt-rating {
	    background-image: url(../img/rating-sprite.png);
	    background-repeat: no-repeat;
	    height: 24px;
	    width: 126px;
	    margin: 6px 0;
	}

	.trmpt-rating.r_0_0 {
	    background-position: 0px -240px;
	}

	.trmpt-rating.r_0_5 {
	    background-position: 0px -216px;
	}

	.trmpt-rating.r_1_0 {
	    background-position: 0px -192px;
	}

	.trmpt-rating.r_1_5 {
	    background-position: 0px -168px;
	}

	.trmpt-rating.r_2 {
	    background-position: 0px -144px;
	}

	.trmpt-rating.r_2_5 {
	    background-position: 0px -120px;
	}

	.trmpt-rating.r_3 {
	    background-position: 0px -96px;
	}

	.trmpt-rating.r_3_5 {
	    background-position: 0px -72px;
	}

	.trmpt-rating.r_4 {
	    background-position: 0px -48px;
	}

	.trmpt-rating.r_4_5 {
	    background-position: 0px -24px;
	}

	.trmpt-rating.r_5 {
	    background-position: 0px 0px;
	}

	.trmpt-wrap .trmpt-item .trmpt-left {
	    float: left;
	    width: 126px;
	}

	.trmpt-wrap .trmpt-item .trmpt-date {
	    color: #000000
	        /*#5C5048*/
	    ;
	    font-size: 14px;
	}

	.trmpt-wrap .trmpt-item .trmpt-review {
	    color: #000000;
	    padding: 7px 0 3px;
	    margin-left: 150px;
	}

	.trmpt-wrap .trmpt-item .trmpt-reviewer {
	    color: #000000
	        /*#5C5048*/
	    ;
	    font-size: 14px;
	}

	/* * Listing Specific */
	.trmpt-list {
	    padding: 45px 45px 20px;
	}

	.trmpt-list .header {
	    background-color: #50464f;
	    top: 0;
	    padding: 10px 0 8px;
	    position: absolute;
	    left: 0;
	    width: 100%;
	}

	.trmpt-list .header a {
	    color: #fff;
	    font-size: 14px;
	    text-decoration: none;
	}

	.trmpt-list .header .trumpetTitle {
	    color: #fff;
	    margin: 0 45px;
	    text-transform: uppercase;
	}

	@media screen and (min-width:741px) {
	    .trmpt-list {
	        max-width: 1190px;
	        min-width: 650px;
	    }

	    .trmpt-list .header {
	        height: 29px;
	    }

	    .trmpt-list a.trmpt-logo {
	        float: right;
	        margin-right: 45px;
	        margin-top: 4px;
	    }
	}

	@media screen and (max-width:740px) {
	    .trmpt-list {
	        padding-top: 120px;
	    }

	    .trmpt-list .header a {
	        margin: 0 45px;
	    }

	    .trmpt-list a.trmpt-logo {
	        display: block;
	        margin-bottom: 20px;
	        text-align: center;
	    }

	    .trmpt-list .title {
	        display: block;
	    }
	}

	/* * Widget Specific */
	.trmpt-widget {
	    padding: 20px 24px 45px;
	    max-width: 552px;
	    min-width: 252px;
	}

	.trmpt-widget .trmpt-item .trmpt-rating {
	    float: left;
	    margin: 0;
	}

	.trmpt-widget .trmpt-item .trmpt-date {
	    float: right;
	    margin-top: 5px;
	}

	.trmpt-widget .trmpt-item .trmpt-review {
	    clear: both;
	    margin-left: 0;
	}

	.trmpt-widget .footer a.trmpt-logo {
	    float: left;
	    margin-left: 24px;
	}

	.trmpt-widget .footer a.more {
	    float: right;
	    margin-right: 24px;
	    margin-top: 2px;
	}

	.trmpt-widget .footer {
	    background-color: #50464f;
	    bottom: 0;
	    height: 29px;
	    padding: 10px 0 8px;
	    position: absolute;
	    left: 0;
	    width: 100%;
	}

	.trmpt-widget .footer a {
	    color: #ffffff;
	    font-family: 'Proxima Nova Regular', Arial, sans-serif;
	    text-decoration: none;
	    font-size: 12px;
	}

	.trmpt-item:before,
	.trmpt-item:after,
	.row:before,
	.row:after {
	    content: " ";
	    /* 1 */
	    display: table;
	    /* 2 */
	}

	.trmpt-item:after,
	.row:after {
	    clear: both;
	}

	/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
	.trmpt-item,
	.row {
	    *zoom: 1;
	}

	.trmpt-widget .footer {
	    height: 46px !important;
	}

	.trmpt-wrap .trmpt-item .trmpt-rating {
	    background-image: url(https://djwejejrt1gou.cloudfront.net/widget/StaticModal/img/rating-sprite.png) !important;
	}

	.trmpt-wrap .trmpt-item {
	    background: url(http://api.trumpetratings.com/Content/StaticModal/img/rule.png) repeat-x left bottom !important;
	}