body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.events-header {
  width: 794px;
  margin: 10px auto;
  padding: 0px 0px 6px 6px;
  flex-shrink: 0;
  border-bottom: solid 1px #e4e4e4;
  margin: 4px 2px 4px 2px;
  display: flex;
  justify-content: space-between;
}

.player-container {
  width: 800px;
  height: 450px;
  margin: 30px auto;
  padding: 0px 0px;
  box-shadow: 0 1px 1px rgba(16, 27, 30, 0.15), 0 2px 2px rgba(16, 27, 30, 0.15), 0 4px 4px rgba(16, 27, 30, 0.15), 0 8px 8px rgba(16, 27, 30, 0.15), 0 16px 16px rgba(16, 27, 30, 0.15);
}

.events-container {
  width: 800px;
  margin: 0px auto;
  padding: 0px 1px;
}

.event-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding: 6px;
  font-family: 'Roboto Mono, Courier New', Courier, monospace;
  font-size: 13px;
  min-height: 24px;
}

.wrapper, .content {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}

.player-container {
  flex-shrink: 0;
}

.events-container {
  overflow-y: scroll;
}

.site-title {
  color: #424242;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 26px;
}

.site-nav {
  float: right;
  line-height: 54px;
}

.page-link {
  color: #111;
  line-height: 54px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  text-decoration: none;
}

.ad::before {
  content: "AD";
  background-color: #3277CD;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 2px;
  padding: 5px;
  margin: 0px 6px 0px 0px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}

.ad span, .plugin span, .vid-content span {
  background-color: #e4e4e4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 2px;
  padding: 4px 6px 4px 10px;
  font-weight: 600;
  min-width: 100px;
  color: #333;
  border: 1px solid #ccc;
  display: inline-block;
}

.plugin::before {
  content: "PLUGIN";
  background-color: #009900;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 2px;
  padding: 5px;
  margin: 0px 6px 0px 0px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}

.vid-content::before {
  content: "CONTENT";
  /* background-color: #BC7BEF; */
  background-color: #794dff;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 2px;
  padding: 5px;
  margin: 0px 6px 0px 0px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}

.label {
  line-height: 24px;
}

#playlist-input {
  width: 620px;
  color: #666;
  border: none;
  padding: 0px 4px;
  border-bottom: solid 1px #999;
  font-family: 'Roboto Mono';
  font-size: 11px;
}

.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
