@charset "UTF-8";

.center{	
justify-content: center;
align-items: center;
	width: 100%;
	background: #ffffff;
	margin: 0px;
}

p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 0px;
}

.row_table{
	width: 100%;
	margin: auto;
}

.row_table td,
.row_table th {
	border: 1px solid #BEBEBE;
	padding: 20px;
}

.row_table th {
  background: #B9DCFF;
  padding:  10px;
  font-weight: normal;
}

.row_table td {
  background: #fff;
  padding: 10px;
}

footer{
	align-content: center;
	text-align: center;
	background-color: black;
	color: white;
	padding: 20px 0px;
}

a{color: white;}

@media screen and (max-width: 930px) {
body{
	max-width: 100%;
}

p {
	width: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0% 0px;
}
	
.row_table,
.row_table tr,
.row_table td,
.row_table th {display: block;}
.row_table td,
.row_table th{width:auto;}
	
}