/*CSS brought over from button Type: WYSIWYG*/
a.se-all-button {
 background-color: #fe0000;
 border: none;
 color: white;
 padding: 16px 32px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 margin: 4px 2px;
 -webkit-transition-duration: 0.4s; /* Safari */
 transition-duration: 0.4s;
 cursor: pointer;
}
a.se-all-button:hover {
 background-color: #000000;
 color: white;
}
 #bookNowButton {
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 900;
			}
a.bookNowButton {
 color: white !important;
 background-color: #cc0000;
 text-decoration: none !important;
 padding: 0.2em 1em;
 border-radius: 4px;
 font-size: 20px;
 font-weight: 500;
 line-height: 2;
 transition: background-color .4s ease;
 }
 a.bookNowButton:hover {
 background-color: #c96f6f
 }
/* HEADER */ .sePage .sePageMain { margin-top: 0px; }

