﻿a.proj.social {
  display: none;
}

.new-header {
  display: none;
}

div#content-wrapper-div {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}
div.vote-button:hover {
  background-color: #cecece !important;
}
.bottom-bar {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ccw-message-text {
  background: #e4e4e4;
  color: #888;
}

@media (min-width: 992px) {
  .center-vert-child {
    max-width: 600px;
    width: 100%;
  }
}
@media (min-width: 620px) and (max-width: 991px) {
  .center-vert-child {
    max-width: 500px;
    width: 100%;
  }
}
