.intMarkers {
  width: 1012px;
  height: 600px;
  position: relative; }
  .intMarkers .map {
    width: 1012px;
    background: url(/features/2015/06/markers/img/stripe.png);
    border: 1px solid #c7c7c7;
    position: relative; }
  .intMarkers .voronoi {
    fill: none;
    pointer-events: all;
    cursor: pointer; }
  .intMarkers .panel {
    display: none;
    color: white;
    padding: 25px;
    width: 275px;
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
  .intMarkers .usa.panel {
    margin: 20px 20px 10px 20px;
    background: rgba(45, 50, 94, 0.8);
    top: 0;
    right: 0;
    height: 230px; }
  .intMarkers .csa.panel {
    margin: 10px 20px 20px 20px;
    background: rgba(73, 78, 79, 0.8);
    top: 300px;
    right: 0;
    height: 230px; }
  .intMarkers .usa.focus {
    stroke: green; }
  .intMarkers .csa.focus {
    stroke: orange; }
  .intMarkers .mouseover-focus {
    fill: none;
    stroke: #603;
    stroke-width: 3px;
    stroke-opacity: 0.8; }
  .intMarkers .title {
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    font-family: 'sl-TitlingGothicFBCondensed', helvetica, sans-serif; }
  .intMarkers .more_info {
    margin: 0;
    font-size: 0.7em;
    color: #f0ff00; }
    .intMarkers .more_info a:link, .intMarkers .more_info a:visited, .intMarkers .more_info a:hover {
      color: #f0ff00; }
  .intMarkers .year {
    font-size: 0.7em;
    margin: 0;
    padding: 5px 0 0 0; }
  .intMarkers .inscription {
    font-size: 0.8em;
    margin: 0;
    padding: 10px 0 10px 0; }
  .intMarkers .year_readout_wrapper {
    position: absolute;
    padding: 10px 20px; }
  .intMarkers .year_readout {
    font-family: 'Menlo', 'Monaco', 'Consolas', "Courier New", monospace;
    font-size: 2em;
    line-height: 100%;
    display: inline-block; }
  .intMarkers .btn_skip {
    display: inline-block;
    font-size: 0.8em; }
  .intMarkers button {
    color: #660033;
    background: none;
    font-family: inherit;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    font-style: italic; }
  .intMarkers .btn_restart {
    font-size: 0.8em; }
  .intMarkers .state {
    fill: #66314A;
    stroke: white;
    stroke-width: 0.5px;
    opacity: 0.5; }
  .intMarkers .state.ghost {
    fill: red;
    opacity: 0; }
  .intMarkers .state.confederate {
    opacity: 0.9;
    stroke-opacity: 0.5; }
  .intMarkers .state.union {
    opacity: 0.7; }
  .intMarkers .state.border {
    opacity: 0.8; }
  .intMarkers .marker {
    fill: #f0ff00; }
  .intMarkers .zoom_out {
    color: white;
    display: none;
    position: absolute;
    margin: 50px;
    padding: 10px;
    top: 0;
    right: 0;
    background-color: #603;
    border: 1px solid #c7c7c7;
    cursor: pointer; }
  .intMarkers .instructions {
    display: none;
    width: 275px;
    position: absolute;
    padding: 50px;
    font-size: 1.5em;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .intMarkers .name_box {
    display: none;
    color: white;
    padding: 25px;
    width: auto;
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    margin: 20px;
    background: rgba(102, 0, 51, 0.8);
    bottom: 0;
    left: 0;
    height: auto; }
  .intMarkers .slate_watermark {
    opacity: 0.3;
    position: absolute;
    top: 5px;
    right: 5px; }
  .intMarkers .sources {
    font-size: 0.75em;
    font-color: #f0ff00;
    position: absolute;
    bottom: 0;
    right: 0; }
  .intMarkers .int_credit {
    text-align: right;
    font-size: 0.75em; }

.markers_mobile {
  display: none; }

@media screen and (max-width: 580px) {
  .intMarkers {
    display: none; }
  .markers_mobile {
    display: block; }
    .markers_mobile .mobile_screen {
      width: 100%;
      border-top: 1px solid #c7c7c7;
      border-bottom: 1px solid #c7c7c7; }
  .mobile_title {
    font-size: 1.5em;
    font-weight: bold; } }
