﻿.split{
    padding-left: 20px;
    padding-right: 20px;
}
.lcontainer {
    float:left;
    width:48%;
    margin-right:2%;
    height: 500px;
    background-color: #B12A2A;
    overflow:auto;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.rcontainer {
    float:left;
    width:48%;
    margin-left:2%;
    height: 500px;
    background-color: #B12A2A;
    overflow:auto;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.lcontainer div {
    padding: 15px;
    margin: 15px 25px;
    background-color: #C45F5F;
}
.rcontainer div {
    padding: 15px 15px;
    margin: 15px 25px;
    background-color: #C45F5F;
}
.radioButtonList {
    background-color: #B12A2A; 
    margin-bottom:50px; 
    margin-top:50px;
}
.radioButtonList label {
    display:inline;
    margin-right:40px;
    margin-left:10px; 
    color:white;
}


.gu-mirror {
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease-in-out;
}
.container > div {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.container .ex-moved {
  background-color: #e74c3c;
}
.container.ex-over {
  background-color: rgba(255, 255, 255, 0.3);
}
#left-lovehandles > div,
#right-lovehandles > div {
  cursor: initial;
}
.handle {
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
}
.image-thing {
  margin: 20px 0;
  display: block;
  text-align: center;
}
.slack-join {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
}
.count {
    border:solid;
    border-color: yellow;
}
.average {
    border:solid;
    border-color: green;
}
.total {
    border:solid;
    border-color: blue;
}
.max {
    border:solid;
    border-color: orange;
}
.min {
    border:solid;
    border-color: purple;
}
