.mainForm
{
	font-family: 'Playfair Display';
	
	font-size: 20px;

}
.itemCheckbox
{
	
}
.checkbox
{
	    content: "";
       #display: block;
        width: 32px;
        height: 32px;
        top: 0;
        left: 0;
        border: 2px solid #555555;
        border-radius: 3px;
        background-color: white;

}
.input 
{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  background-color: #eee;
}
textarea 
{
  width: 50%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
input[type=submit] 
{
  font-family: 'Playfair Display';
  top: 0;
  right: 0;
  padding: 15px;
  background-color: #eee;
  cursor: pointer;
  border: 2px solid #555555;
  border-radius: 3px;
}
.showData
{
    background: transparent;
    border: none;
	box-sizing: content-box;
}
.thin-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}