
.c5-adv__content table{
  width: 100%;
  max-width: 460px;
}
.c5-adv__content table td{
  width: 50%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999999;
  padding: 10px;
}
.c5-adv__content table td:first-child{
  font-weight: bold;
  background-color: #eeeeee;
}

ul.c5-annotate__list{
  box-sizing: border-box;
  padding: 30px;
  background-color: #eeeeee;
  list-style: none;
}

@media (max-width:640px) {

ul.c5-annotate__list{
  padding: 20px;
}


}
