/* Minify_CSS_UriRewriter::$debugText

*/

/* widget.css */

/* 1  */ .yarpp_pro_msg{
/* 2  */     border: 1px ridge #D0D0D0;
/* 3  */     padding: 0.4em 2em 0.8em;
/* 4  */     text-align: justify;
/* 5  */ }
/* 6  */ .yarpp_pro_msg strong{
/* 7  */     display: inline-block;
/* 8  */     text-align: center;
/* 9  */     width: 100%;
/* 10 */     color: orange;
/* 11 */ }
/* 12 */ .yarpp_help {
/* 13 */     position: relative;
/* 14 */     display: inline-block;
/* 15 */     background: transparent url('../../../../wp-includes/images/wpicons.png') no-repeat -520px -20px;
/* 16 */     vertical-align: text-bottom;
/* 17 */     width: 20px;
/* 18 */     height: 20px;
/* 19 */ }
/* 20 */ .yarpp_help_msg {
/* 21 */     position: absolute;
/* 22 */     left: 25px;
/* 23 */     display: none;
/* 24 */     border: 1px solid #D0D0D0;
/* 25 */     width: 250px;
/* 26 */     text-align: justify;
/* 27 */     padding: 10px 15px;
/* 28 */     background-color: #FFF;
/* 29 */     box-shadow: 0 0 0.4em -0.15em #333;
/* 30 */     z-index: 100;
/* 31 */ }
/* 32 */ .yarpp_help:hover .yarpp_help_msg{
/* 33 */     display: block
/* 34 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* related.css */

/* 1  */ .yarpp-related {
/* 2  */     margin: 1em 0;
/* 3  */ }
/* 4  */
/* 5  */ .yarpp-related a{
/* 6  */     text-decoration: none;
/* 7  */     font-weight: bold;
/* 8  */ }
/* 9  */
/* 10 */ .yarpp-related .yarpp-thumbnail-title{
/* 11 */     text-align: left;
/* 12 */     font-weight: bold;
/* 13 */     font-size: 96%;
/* 14 */     text-decoration: none;
/* 15 */ }
/* 16 */
/* 17 */ .yarpp-related h3{
/* 18 */     font-weight: bold;
/* 19 */     padding: 0 0 5px 0;
/* 20 */     font-size: 125%;
/* 21 */     text-transform: capitalize;
/* 22 */     margin: 0;
/* 23 */ }
/* 24 */
/* 25 */ .yarpp-related .yarpp-promote{
/* 26 */     clear: both;
/* 27 */     background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;
/* 28 */     float: right;
/* 29 */     text-indent: -1000px;
/* 30 */     cursor: pointer;
/* 31 */     color: #666;
/* 32 */     font-size: 11px;
/* 33 */     height: 17px;
/* 34 */     width: 78px;
/* 35 */ }
/* 36 */
