﻿.eventcontribution-image {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

.eventimage-placeholder-image {
  background-image: url("../images/general/UploadPicturePlaceholder.jpg");
  background-size:cover;
}

.eventimage-placeholder {
  padding:4px;
  font-size:12px;
  text-decoration: none !important;
}

  .eventimage-placeholder a {
    text-decoration: none !important;
  }

.eventcontent-popup-container {
  padding:10px;
  width:100%;
  height: 490px;
}

.eventcontent-popup-text {
  width: 500px;
  margin: 0 auto;
  overflow-y: auto;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.eventcontent-popup-navigateleft-container,
.eventcontent-popup-navigateright-container {
  width: 30px;
  height: 440px;
  background-color: black;
  position: absolute;
  top: 0;
  margin-top:30px;
  opacity: 0.4;
}

.eventcontent-popup-navigateright-container {
  right: 0;
}

.eventcontent-popup-navigateleft,
.eventcontent-popup-navigateright {
  position: absolute;
  top: 200px;
  margin: 10px;
}

.eventcontent-popup-navigateleft img,
.eventcontent-popup-navigateright img {
  height:24px;
}

.eventcontent-popup-navigateright {
  right: 0;
}