.containerx {
  max-width: 1140px;
  margin: 0 auto;
}
.high {
  background-color: #ffe99b;
  padding: 2px;
}
.tweet {
  background-color: #99ccff;
  padding: 1px 9px !important;
}

.anno {
  position: absolute;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  width: 91%;
}
#annosL {
  padding-left: 10px;
}
#annosR {
  padding-left: 13px;
}
.annotations {
  position: relative;

}

twitter-widget {
  width: 100% !important;
  min-width: 200px !important;
}


#textCol {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;

}
#textCol p {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #666;
}
.title {
  font-family: 'Roboto Slab', serif;
  font-size: 20px !important;
  color: #666;
}

.arrow_box {


}
.arrow_boxPR:after {
	right: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #ffe99b;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_boxPL:after {
	left: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #ffe99b;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_boxBR:after {
	right: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #99ccff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_boxBL:after {
	left: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #99ccff;
	border-width: 10px;
	margin-top: -10px;
}

.attribution {
  color: #999;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.1em;
}

.vid {
  border-top: 1px dotted #CCC !important;
  padding-top: 10px;
}
.vidcaption {
  border-bottom: 1px dotted #CCC !important;
  color: #999 !important;
  font-size: 12px !important;
  font-family: 'Roboto', sans-serifs !important;
  line-height: 1.1em;
  padding-bottom: 10px;
  margin-top: -10px;
}

.smaller {
  font-size: 14px;
  color: #999;
}

@media (max-width: 1000px) {
  body {
    padding: 15px;
  }
  .anno {
    position: relative;
    font-size: 14px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #textCol {
    border: none;
  }
  #annosL {
    padding-left: 15px;
  }
}
