@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

#myDIV{
  margin-bottom: 10px;
}
#myUL .list-group-item {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  margin-bottom: 15px;
  font :font-family: 'Titillium Web', sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}
.deleteButton {
  margin-top: -5px;
  padding: 0px 5px 0px 5px !important;
  background: 	#B80000  ;
}
.deleteButton:hover{
box-shadow:  inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,102,102,.6);
}

.fa-trash{
  color:white;

}

.editButton {
  margin-top: -5px;
  padding: 0px 5px 0px 5px !important;
  background: #ffd262  ;
  margin-right: 10px;
  color:white;
}

#input-modal {
  width:100% !important;
}
#input-modal input{
  height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#myInput{
  height:55px;
}

#btn-input{
  height:55px;
  font-size: 18px;
}
