/* Random quote */

.quotescollection_randomquote {
padding: 0px;
margin: 0px;
font-style: italic;
font-size: 18px;
line-height: 140%;
}

.quotescollection_randomquote {
/* background:url('http://cornellsailing.com/wp-content/atahualpa-images/blockquote-grey.png') no-repeat;*/
	/* added 170303: grey background
	background-color: #EFEFEF;*/
	/* added 170310: round corner
    border-radius: 15px; */
	
/*padding: 0px 5px 5px 40px;
margin: 5px 0px;
margin: 20px 0px 0px 0px;
border: solid 1px #ffffff;
font-style: italic;
font-size: 11 px;*/

	background-image: none!important;
	background-color:  #F18E00;
	color: #FFFFFF;
	padding: 5px 10px!important;
	margin: 5px!important;
	margin-bottom: 30px!important;
	position: relative;
}

/* bubble pointer added 20170412 */
.quotescollection_randomquote::after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 20px;
	border: 15px solid;
	border-color: #F18E00 transparent transparent #F18E00;
}

.quotescollection_randomquote q {
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:left; 
/*	170418 */
	font-size: 16px; 
	line-height: 120%;
	padding-top: 10px;
}

.quotescollection_author { /* author */
	font-style:normal;
	/* added 170408 */
	font-weight: bold;
	text-transform:uppercase;
}

.quotescollection_source { /* source */
	font-style: normal;
}

.quotescollection_nextquote { /* 'Next Quote »' link */

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */

}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

a.disabled {
	cursor:default;
}

/* See http://www.w3schools.com/css/pr_gen_quotes.asp */
q:lang(en)
{
quotes: "“" "”" "‘" "’";
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */
/*
q:before, q:after {
	content:"";
}

q:before, q:after {
	content:"";
}
