@charset "UTF-8";

.dataDownload {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #fff;
}

.dataDownloadTbl {
  /* width: 900px !important; */
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  display: block;
  border: 1px solid #9f9f9f;
  /* border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f; */
  font-size: 15px;

  border-collapse: collapse;
  border-spacing: 0;
}

.daily {
  width: 900px !important;
}

.monthly {
  width: 880px !important;

}

.daily tbody tr th {
  width: 900px;
}

.monthly tbody tr th {
  width: 880px;
}

/* .dataDownloadTbl tbody tr th {
  width: 900px;
} */

.dataDownloadTbl tbody tr td {
  /* padding: 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  text-align: center;
}

.dataDownloadTbl tbody tr td a {
  margin-right: 20px;
}

.dataDownloadTbl tbody tr td a:last-child {
  margin-right: 0px;
}


a.linkBtn,
a.pdfBtn {
  /* width: 100%; */
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  position: relative;
}

a.linkBtn:hover {
  transition-duration: 0.8s;
  opacity: 0.7;
}

a.linkBtn p {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  line-height: 40px;
}

/* a.pdfBtn {
  width: 295px;
  height: 40px;
  min-height: 40px;
  margin: 0 0 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  text-align: center;
} */

a.pdfBtn:hover {
  transition-duration: 0.8s;
  opacity: 0.7;
}

a.pdfBtn p {
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0 15px 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_pdf.png) 10px 50% no-repeat;
  background-size: 25px auto;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  line-height: 40px;
}