.error{
	color: red;
	font-size: 12px;
	font-weight: 500 !important;
}

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  /*text-align: center;*/
  top: 70px; 
  left: 926px;
  min-width: 30%;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
  text-align: center;
}

#notification-list li {
	list-style: : none;
}

#resp-table {
width: 100%;
display: table;
}

#resp-table-caption{
display: table-caption;
text-align: center;
font-size: 30px;
font-weight: bold;
}

#notification-list{
  list-style: none;
  list-style: none;
  width: 100%;
  padding: 1%;
}

.color-red{
  color: red !important;
}

.color-blue{
  color: blue !important;
}

.color-green{
  color: green !important;
}