#publisher{
    position: absolute;
    top: 10px;
    right: 10px;

    width: 160px;
    height: 90px;

    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}

#subscriber{
  position: absolute;
  top: 0;
  bottom: 0;

  width: 100%;
  height: 100%;

  z-index: 0;
}

.topControls{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  padding: 10px 10px 0 10px;
  z-index: 1000;
}

.bottomControls{
  position: absolute;
  bottom:0;

  width: 100%;

  padding: 0 10px 10px 10px;
  z-index: 1000;
}

#history{
  width: 100%;
  background: white;
  height: 200px;
  overflow: scroll;
  padding: 20px;
  font-size: 1.3em;
}

#history .mine {
  color: grey;
  text-align: right;
  margin-right: 10px;
}

#history .theirs {
  color: black;
  margin-left: 10px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: grey;
}
