.thumbnail {
    padding:0px;
}
.comment-panel {
	position:relative;
}
.comment-panel>.comment-panel-heading:after,.comment-panel>.comment-panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.comment-panel>.panel-heading:after{7
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.comment-panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}


body {
  font-family: Lato, !important;
}

.emoji {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-bottom: -0.25em;
}


.highlight {
    background-color: #FFFF88;
}


.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgb(248, 8, 8);
  animation: pulse 1.5s infinite;
  border-radius: 35%;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 rgb(248, 8, 8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.nav-tabs-page-header-3{
  margin: -6.999999px;
}

.calendar-sum{
  padding-top: 2em !important;
  padding-left: 1.2em !important;
}


.huge-1 {
  font-size:30px !important;
}


.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.vjs-control-bar{
  opacity: 100% !important;
}

.password-blur{
  filter: blur(3px);
}
