body {
	padding-top: 20px;
	padding-bottom: 20px;
}

td.minwidth {
        width: 1px;
}

div.hero-unit hr {
	border-bottom: thin solid #333;
}

.ipbase-form-signin {
	background-color: #FFFFFF;
	margin: 0 auto 20px;
	max-width: 300px;
	padding: 19px 29px 29px;
}

.ipbase-login-button {
	width: 260px;
}

.answered {
	color: #00F;
}

.missed {
	color: #F00;
}

.download {
	color: #585A8B;
}

.green {
	color: #090;
}

.red {
	color: #C00;
}

.large-select {
	min-height: 200px !important;
}

label#locked.checkbox {
  margin-bottom: 0 !important;
  margin-left: 5px;
  margin-top: 3px !important;
}


.item {
  position: absolute;
  border: 1px solid black;
  background-color: #ddddff;
}
  
.title {
  padding: 10px;
  cursor: move;
}

.connect {
  width: 100%;
  height: 20px;
  background-color: white;
  cursor: pointer;
}

#state1 {
  left: 100px;
  top: 100px;
}
      
#state2 {
  left: 250px;
  top: 100px;
}
      
#state3 {
  left: 100px;
  top: 250px;
}