
/* Mobile phones */
@media (max-width: 767px) {
    table tr td {
        display: block;
    }
    table tr td:first-child {
        padding-top: 8px;
        padding-bottom: 0px;
    }
    table tr:not(tr:first-child) td {
        text-align: left !important;
    }
    table tr td input, 
    table tr td textarea, 
    table tr td select {
        width: 100%;
    }
}


pre {  
	text-align: left;
	color: dark-grey;
}

body {
  
  background-color: #f2f2f2;
    font-family: 'Work Sans', sans-serif  !important;
	text-align: center;
	color: dark-grey;
}


a { text-decoration: none; }
			
a:hover {font-weight: 800;}



input, textarea, select  {
	  font-family: 'Work Sans', sans-serif !important;
	  font-size: 14.8px;
    font-weight: 600;
	width: 300px;
	border: 2px solid #333333;
	border: 1px solid grey;
	border-radius: 3px;


	/* resize: none;  */
}

textarea {
	height: 90px; 
	}

table{
	 font-family: 'Work Sans', sans-serif !important;
}

tr td:first-child {
	text-align: right;
	color: grey;
}

tr td:last-child {
	text-align: left;
	color: #262626;
}

td {
	padding: 5px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
.forminput {
width: auto;  //https://stackoverflow.com/a/41081354/7042126
}


