.textarea {
	margin-top: 20px;
	border:none;
	box-sizing: border-box;
	resize: none;
	width: 100%;
    font-family: 'Roboto', sans-serif;
}
.textDescr {
	font-size: 20px;
	font-weight: 700;
}
.textDescr2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.languages {
	width: 100%;
	border: none;
	font-size: 16px;
	border-collapse:separate; 
	border-spacing:0px 50px;
}

h3 {
	margin-bottom: 25px;
}
.computer {
	width: 100%;
	border: none;
	font-size: 14px;
	margin-bottom: 25px;
}
.computer th {
	font-size: 16px;
}

.bigH2 {
	text-align: center;
	margin-bottom:15px;
}
.tagline {
	text-align:center; 
	margin: 15px 0px 15px;
	font-weight: 700;
	font-size: 20px;
}
/*label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}*/
input[type="checkbox"] {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
ol {
	font-size: 16px;
	margin-bottom: 15px;
}
.lang {
float: left;
clear: none;
}
.lang label {
  float: left;
  clear: none;
  display: block;
  padding: 2px 1em 0 0;
}
input[type=radio],
input.radio {
  float: left;
  clear: none;
  margin: 2px 0 0 2px;
}
