/**
  * rte_ckeditor_t1 CSS
  */



/* CSS Textstyles */

a.nowrap,
span.nowrap {
	white-space: nowrap;
}

span.white {
	color: #fff;
}

.btn {
	display: inline-block;
	padding: 8px;
	text-decoration: none;
}

.btn-color-red {
	background-color: #c0002e;
	color: white;
}



h1 {
	font-size: 1.875rem;
	font-weight: 300;
}

h2 {
	font-size: 1.6rem;
	font-weight: 300;
}

h3 {
	font-size: 1em;
	font-weight: 600;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}
/*
p.stickynote-info {
	background-color: #eee;
	padding: 0.8em 0.8em 0.8em 3em;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.5em 0em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px 25px;
	width: 100%;
	border-bottom-width: 0px;
	background-image: url('../images/stickynote-info.png');
}

a.stickynote-info {
	display: inline-block;
	background-color: #eee;
	padding: 0.8em 0.8em 0.8em 3em;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.5em 0em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px 25px;
	width: 100%;
	border-bottom-width: 0px;
	background-image: url('../Images/stickynote-info.png');
}

a.stickynote-info:hover {
	background-color: #eaeaea;
}
*/
a.stickynote-info {
	display: block;
}

.stickynote-extrapadding {
	padding: 1em 3.5em 1em 0;
}

@media (min-width:576px) {
	.stickynote-extrapadding {
		padding: 1em 3em 1em 1em;
	}
}



