body {
    /*background-color: #118855;*/
    background-color: #6eb8b0;
    font-family: 'Montserrat', sans-serif;
}
div#map {
    margin-left: 5%;
    width: 90%;
    height: 85%;
}
canvas#map {
    margin-left: 5%;
    /*width: 90%;
    height: 85%;*/
}
div.linkbar {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}
div.poitext {
    max-width: 1000px;
    padding: 20px;
    background-color: #ffffff;
    color: #000000;
    font-size: 125%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
div.infowindow h2 {
    font-family: 'Montserrat', sans-serif;
}
p.poiimg {
    text-align: center;
    font-size: 80%;
}
img.appstore {
    width: 300px;
    max-width: 100%;
}
img.poiimg {
    max-width: 1000px;
    max-width: 100%;
}
span.link {
    color: #6eb8b0;
    font-size: 150%;
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
    /*background-color: #086633; */
    background-color: #fff;
    border-radius: 10px;
}
a.linkbar:link {
    color: #6eb8b0;
    font-weight: bold;
    text-decoration: none;
}
a.linkbar:visited {
    color: #6eb8b0;
    font-weight: bold;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: BodoniStd-Poster, sans-serif;
    font-weight: normal;
    font-style: normal;
}
h1 {
    color: #fff;
    font-size: 300%;
    text-align: center;
}
td.poititle {
    /*color: #118855;*/
    color: #6eb8b0;
    font-size: 200%;
    font-weight: bold;
    padding: 10px;
}
td.poithumb {
    text-align: center;
    max-width: 50%;
}
img.poithumb {
    max-width: 100%;
}
a.poilist {
    /*color: #118855;*/
    color: #6eb8b0;
    text-decoration: none;
}

div.dimmer {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    opacity: 0.85;
}
div.gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    text-align: center;
}
img.galleryimg {
    height: 80%;
    max-width: 80%;
    /*width: 100%;*/
    margin-top: 20px;
}
p.caption {
    color: #fff;
    font-size: 150%;
    position: fixed;
    bottom: 0%;
    width: 100%;
}
a.closelink {
    color: #999;
}
p.closebutton {
    font-size: 250%;
    position: fixed;
    top: 0%;
    right: 5%;
}

a.nextlink {
    color: #999;
}
p.nextbutton {
    font-size: 400%;
    position: fixed;
    top: 40%;
    right: 5%;
}

a.prevlink {
    color: #999;
}
p.prevbutton {
    font-size: 400%;
    position: fixed;
    top: 40%;
    left: 5%;
}

p.imagetitle {
    color: #fff;
    min-width: 30%;
    font-size: 150%;
    font-weight: bold;
    /*background-color: #118855;*/
    background-color: #6eb8b0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: -20px;
    margin-right: 30%;
    border-radius: 0px 10px 10px 0px;
}
p.imagetitle img {
    height: 25px;
}
p.imagetitle span {
    vertical-align: middle;
    font-family: BodoniStd-Poster, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-left: 20px;
}

img.gallerythumbnail {
    margin: 15px;
    height: 160px;
}

video.popupvideo {
    width: 90%;
    height: 90%;
}

img.logo {
    vertical-align: middle;
    margin: 20px;
}
span.heading {
    vertical-align: middle;
}

textarea#story {
    width: 100%;
}
input#email {
    width: 100%;
}

div.clusterlist {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 25%;
    margin-top: 25%;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 50px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
}

p.clusterlistclose {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    margin-top: 10px;
}

div.storysummary {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
p.storytext {
    font-size: 75%;
}

p.storyneedsconversion {
    padding-left: 5px;
    background-color: #000000;
    color: #ffffff;
}
p.storynew {
    padding-left: 5px;
    background-color: #ffff00;
    /*color: #ffffff;*/
}
p.storyapproved {
    padding-left: 5px;
    background-color: #00ff00;
    /*color: #ffffff;*/
}
p.storyrejected {
    padding-left: 5px;
    background-color: #ff0000;
    /*color: #ffffff;*/
}

a.adminlink {
    font-size: 75%;
}

video.storyvideo {
    max-width: 1000px;
    max-width: 100%;
}

a.approvebutton {
    background-color: lightgray;
    color: black;
    text-decoration: none;
    padding: 5px;
    margin-right: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

p.mapcopyright {
    font-size: 80%;
    font-style: italic;
}

blockquote {
    font-style: italic;
}

tr {
    height: 170px;
}
tr.editor {
    height: initial;
}
span.sortbutton {
    color: #6eb8b0;
    /*font-size: 120%;*/
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background-color: #086633; */
    background-color: #fff;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
}

p.error {
    color: red;
    font-weight: bold;
}

@media screen and (max-width:800px) {
    span.heading {
	display: none;
    }
    h1 {
	font-size: 200%;
	margin: 15px;
    }
    span.link {
	font-size: 120%;
    }
    td.poititle {
	font-size: 150%;
    }
}

