/* custom css */
body{
	font-family: Roboto;
  
}

.form-group{
	margin-bottom: 4px;
}

.error{
	color: red;
	font-style: italic;
	font-size: small;
}

.modal-header{
	border-bottom: none;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
  background: #fff;
  border: 1px solid #ccc;  
}

.livestamp{
	color: green;
	font-size: x-small;
	font-style: italic;
}

.dark-logo{
  color: #ffffff;
  font-family: 'Pasifico';
}

.light-logo{
  color: #000000;
  font-family: 'Pasifico';
}

.add-lp-20{
  padding-left: 20px;
}