.small_text {
	font-family: 'Trebuchet MS', 'Arial';
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	margin-top: 2px;
}

.error {

  background: #F2DEDE;
  color: #0c0101;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
  margin: 20px auto;
}

/*---------------headings links------------------*/

p {
	font-family: 'Trebuchet MS', 'Arial';
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

h1 {
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Arial';
	font-size: 32px;
	line-height: 32px;
	font-weight: 800;
	color: #df664c;
	margin: 0;
	padding: 16px 0 16px;
}

h2 {
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Arial';
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	color: #4caeb8;
	margin: 0;
	padding: 16px 0 34px;
	border-top: 1px solid #4caeb8;
}

h3 {
	font-family: 'Trebuchet MS', 'Arial';
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #df664c;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

input[type=password], input[type=text], input[type=email], input[type=date] {
    font-family: 'Trebuchet MS', 'Arial';
	font-size: 18px;
    background-color: rgb(204, 255, 255);
    color: black;
    width: 300px;
  }

input[type=radio] {
    font-family: 'Trebuchet MS', 'Arial';
    font-size: 18px;
    color: black;
}

  input[type=button], input[type=submit], input[type=reset] {
    background-color: #df664c;
    border: none;
    color: white;
	font-size: 14px;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 12px;
  }

textarea {
    font-family: 'Trebuchet MS', 'Arial';
	font-size: 18px;
    width: 400px;
    height: 200px;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: rgb(204, 255, 255);
    resize: none;
  }

  th {
	font-family: 'Trebuchet MS', 'Arial';
	font-size: 18px;
    background-color: rgb(0,204,255);
    color: white;
    text-align: center;
    padding: 15px;
  }
  
  td {
    font-family: 'Trebuchet MS', 'Arial';
    font-size: 18px;
    padding: 5px;
  }

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
