select {
	vertical-align: middle
}
select:focus {
  background-color: #fff9e5;
}
select {
	font-size: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 20%;

  font-size: 16px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  select {
    width: 90%;
  }
}


select:focus {
  outline: none;
}

.btn {
	letter-spacing: 2px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
  background-color: #f47c2f;
	color: #ffffff;
	text-align: center;
	border: none;
  text-decoration: none;
}
.btn:hover {
  background-color: #f06320;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 90%;
  }
}























table.show-atble {
  width: 95%;
  max-width: 912px;
  border-collapse: collapse;
  border: 2px solid  #ccc;
  margin: 0 auto 30px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  table.show-atble {
    font-size: 13px;
	}
}


@media screen and (max-width: 767px) {
  table.show-atble {
    width: 90%;
  }
}

table.show-atble .num {
  font-family: arial, "微軟正黑體", "Microsoft JhengHei";
  font-weight: bold;
  font-size: 35px;
  color: #F7931E;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  table.show-atble .num {
    font-size: 24px;
	}
}


table.show-atble .ps {
  font-size: 13px;
  color: #666;
}
table.show-atble tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.show-atble tr:hover {
  background-color: #fff9e5;
}
table.show-atble th {
  color: #d44;
}
table.show-atble th , table.show-atble td {
  padding: 3px 10px 1px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #ccc;
  /*white-space: nowrap;*/
}







.select-bar {
  padding: 30px 0;
  text-align: center;
}

.wrapper {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  select {
    display: block;
    margin: 5px auto;
  }
}

