body{
  background: #eeee !important
}

.container{
  padding-top: 20px;
}

tr:hover { 
  background-color: #eeee;
}

.fa-check{color: green; padding-left: 15px;}
.fa-times{color: red; padding-left: 15px;}
.fa-question{ padding-left: 15px;}

.LayoutOptions{
  height: 30px;
  margin-top: 20px;
  color: white;
  font-size: 20px;
  padding-left: 20px;
  border-radius: 10px;
}


.itemrow{
  padding-top: 10px;
  padding-bottom: 10px;
  background: #eee;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}


.heading{
}
.data{
}








