.elems {
	width:460px;
	font-size:15px;
	color:#000;
	margin:auto;
}

.elems .wBorder {
	border: 1px solid #909090;
	vertical-align:top;
}

.content h1 {
	font-weight: 500;
	font-size:24px;
}

td.wBorder {
	line-height:20px;
}

.elems .header {
	background-color:#303030;
	color:#FFF;
	margin:auto;
	text-align:center;
	padding: 2px 5px;
	line-height: 14px;
}

.datetime {
	width:120px;
}
.datetime2 {
	width:140px;
}

.elems td {
	padding-left:3px;
}

.sectionTitle {
	text-align:center;
	font-size:24px;
	display:block;
	font-weight: bold;
	margin:auto;
}

.dropdownSelected {
	border:1px solid #606060;
}

.error {
  color: #FF0000;
  text-align: center;
  font-weight: bold;
}

h1.error {
  font-size: 22px;
}

h6.error {
  font-size: 16px;
}

.w360 {display:none;}
.wNo360 {display:table-cell;}

@media screen and (max-width:640px) {
	.elems {
		width:100%;
	}

	.datetime, .datetime2 {
		width:100%;
	}
}

@media screen and (max-width:370px) {
	.elems, .class {
		width:260px;
	}

	.w360 {display:table-cell; !important}
	.wNo360 {display:none; !important}
}
