/*------------------------------------------------------------------------------

  development prize

------------------------------------------------------------------------------*/
.prize .mod-table {
  table-layout: fixed;
}

@media print, screen and (min-width: 768px) {
  .prize .tw-107 {
    width: 107px;
  }
}

@media only screen and (max-width: 767px) {
  .prize .tw-107 {
    width: 49px;
  }
}

@media print, screen and (min-width: 768px) {
  .prize .tw-245 {
    width: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .prize .tw-245 {
    width: 108px;
  }
}

@media print, screen and (min-width: 768px) {
  .prize .tw-165 {
    width: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .prize .tw-165 {
    width: 72px;
  }
}
