@charset "utf-8";
/* CSS Document */
.table-full
{
  margin: 1%;
  padding: 5px;
  float: right;
  display: inline-block;
  width: 29%;
  background-color: #FFF;
  height: 530px;
  text-align: center;
}

.title{
  font-size: 28px;
  color: #FFF;
}
td{
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width : 800px)  {


.table-full{
  width: 45%;
  height: 550px;

}


@media screen and (max-width : 500px) {
.table-full{
  width: 96%;
  height: auto;

}

}
