/**
	This CSS Stylesheet has been parsed with WP-United. The source is widget.css.
	----------------------------------------------------------------------------
	The CSS in this file has been parsed and cached so the style fixer can read it.
	You should refer to the original CSS files for the underlying style rules.
	Purge the phpBB cache to re-generate this CSS.	
	Date/Time generated: June 23, 2018, 9:23 am
	
	WP-United (c) John Wells, licensed under the GNU GPL v2. Underlying CSS copyright not affected.
**/	

.yarpp_pro_msg{border: 1px ridge #D0D0D0;
    padding: 0.4em 2em 0.8em;
    text-align: justify;}
.yarpp_pro_msg strong{display: inline-block;
    text-align: center;
    width: 100%;
    color: orange;}
.yarpp_help{position: relative;
    display: inline-block;
    background: transparent url('../../wp-includes/images/wpicons.png') no-repeat -520px -20px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;}
.yarpp_help_msg{position: absolute;
    left: 25px;
    display: none;
    border: 1px solid #D0D0D0;
    width: 250px;
    text-align: justify;
    padding: 10px 15px;
    background-color: #FFF;
    box-shadow: 0 0 0.4em -0.15em #333;
    z-index: 100;}
.yarpp_help:hover .yarpp_help_msg{display: block}