* {
	margin:0px;
	padding:0px;
}
html, body
{
    height:100%;
    width:100%;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

#fullPage, #brandingWrapper, #root {
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.float {
    float: left;
}

#branding
{       
    height:100%;
    margin-right:500px; margin-left:0px;
    background-color:inherit;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

.illustrationClass {
    background-image: url('../images/illustration.png');
}

#contentWrapper
{
    position:relative;
    width:500px;    
    height:100%;
    overflow:auto;
    background-color:#ffffff; /* for IE7 */
    margin-left:-500px; margin-right:0px; 
}

#content {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -55px auto;
    padding: 0px 150px 0px 50px;
}

#workArea, #header {
    word-wrap: break-word;
    width: 350px;
}

#header {
    font-size: 2em;
    font-weight: lighter;
    padding-top: 90px;
    margin-bottom: 60px;
    min-height: 100px;
    overflow: hidden;
}

#workArea {
    margin-bottom: 90px;
}

#footer {
    height: 40px;
    padding: 10px 50px 0px 50px;
    position: relative;
    color: #666666;
    font-size: 0.78em;
}

#footerLinks {
    float: none;
    padding-top: 10px;
}

.smallText {
    font-size: 0.9em;
    font-weight: normal;
}
.fieldMargin {
    margin-bottom: 14px;
}

.error {
    color: #c85305;
}

.submitMargin {
    margin-top: 38px;
    margin-bottom: 30px;
}

.leaflet-attribution-flag {
    display: none !important;
    height: 0px !important;
    visibility: hidden;
}

.leaflet-editing-icon {
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    background-color: yellow !important;
    border-color: yellowgreen !important;
}

.vega-embed summary {
    display: none !important
}

::-webkit-scrollbar {
    width: 8px
}
::-webkit-scrollbar-track {
    background-color: #F1F1F1
}

::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
    border-radius: 2px;
} 