* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, sans-serif;
}


a:link, a:active, a:hover, a:visited{
  color:#FFF;
}

h1{
  color: darkseagreen;
}

h2{
  font-size: 18px;
}

.fa-redo, .fa-undo{
  color: grey;
}

label{
  display: inline-block;
  width: 142px;
  margin-top: 10px;
}

.error{
  color:red;
}

#container{
    margin: 0 auto;
    background: #FFF;
    text-align: center;
    max-width: 900px;
    width: 95%;
    position: relative;
}


.clear {
  clear: both;
  float: none;
  width: 100%;
}

a#newPost, a#webcam{
  display: inline-block;
  text-align: left;
  color: #919191;
  text-decoration: none;
}

a.editPost{
  display: block;
  position: absolute;
  right: 49px;
  top: 5px;
  color: #919191;
  text-decoration: none;
  font-size: 12px;
}

a.deletePost{
  display: block;
  position: absolute;
  right: 80px;
  top: 5px;
  color: #919191;
  text-decoration: none;
  font-size: 12px;
}

.blogpost{
  border: 1px solid darkseagreen;
  width: 90%;
  height: 50px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  margin-top:10px;
}

.blogpost.open{
  overflow: visible;
  height: auto;
}


.blogpost .date, .blogpost .author {
  font-size: 12px;
  font-style: italic;
  margin-right: 5px;
  background: #e8e8e8;
  color: #919191;
  border-radius: 12px;
  padding: 5px 10px;
}

.blogpost .content{
  margin-bottom: 10px;
  color: #3a3a3a;
  line-height: 1.3;
}
.blogpost .image{
  display: none;
  position: relative;
}

.blogpost.open .image{
  display: block;
}

.blogpost .image img{
  max-width: 100% ;
}

.opener, .closer{
  display: none;
}

.blogpost.closed .opener, .blogpost.open .closer{
  background: darkseagreen;
  position: absolute;
  display: block;
  right: 0;
  height: 40px;
  top: 5px;
  width: 40px;
}



.blogpost.closed .opener:hover, .blogpost.open .closer:hover{
  cursor: pointer;
}

.opener i, .closer i {
  font-size: 30px;
  color: white;
  margin-left: 8px;
  margin-top:6px;
}

.dots{
  display: none;
}

.blogpost.closed .content span.dots{
  display: inline;
}


.rotatebuttons{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffffba;
  padding: 5px;
}

.contentAfter{display:none;}

.blogpost.open .content span.contentAfter{
  display: inline;
}

#loading{
  display:inline-block;
  text-align: center;
  background: darkseagreen;
  color: white;
  padding: 10px;
  margin: 10px auto 10px;

}

img.webcamImage{
  max-width: 100%;
}

a.monthclass{
  color: grey;
  text-align: left;
  display: block;
}

a.yeartitle{
  text-align: left;
  color: black;
  display: block;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 0 !important;
}

div.firstblog .video-js.vjs-16-9:not(.vjs-audio-only-mode){
  padding-top: 56.25% !important;
}


#resizedCanvas img{
  max-width: 100px;
  height: auto;
  margin:5px;
}