
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

#rapidweaver_privacy_message {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    color: rgba(0,0,0,.85);
    width: 100%;
    padding: 0;
    z-index: 5000;
    text-align: center;
    box-shadow: -2px 0 4px rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@supports (display: flex) {
	#rapidweaver_privacy_message {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #rapidweaver_privacy_message p {
        margin: 20px;
    }
}


#rapidweaver_privacy_message button {
    margin: 20px;
    border-radius: 3px;
    background-color: #424147;
    color: #fff;
    border: none;
    filter: saturate(100%);
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
}

#rapidweaver_privacy_message button:hover {
    filter: saturate(90%);
}
h1, h2, h3, h4 {
	font-family: verdana, arial;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

p, ol, ul, div {
	font-family: verdana, arial;
	line-height: 1.5;
}

/*
.bannerContainer {
	border: 5px solid blue;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.mainContainer {
	display: block;
	float: center;
	margin: auto;
	margin-right: auto;
	max-width: 1000px;
}
*/

.faber-button {
	background-color: #1C3F94;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	height: 32px;
	padding-top: 6px;
	font-family: verdana, arial;
	vertical-align: middle;
}

.faber-button, hover {
	background-color: #2A71C9;
	text-decoration: none;
}

p.briefDescription {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight : bold;
	line-height: 1.0;
	text-align: center;
}

p.contentTitle {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

div.app_screenshot {
	height: 480px;
}

img.app_screenshot {
	max-height: 480px;
	height: auto;
	width: auto;
}

.ydfl-forms .btn-primary {
	background-color: #1C3F94;
}

