body,input,button,select,textarea{
font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
font-size:108%;
}
.navbar {
  margin-bottom: 0;
  background-color: #4285f4e0!important;
}

.jumbotron {
  background: url(../images/hl_banner.jpg) no-repeat bottom right;
  background-size: cover;
  height: 270px;
  padding: 0;
}
.jumbotron .tagline {
  color: rgb(88, 98, 110);
  font-size: 34px;
  text-shadow: 0 0 10px #fff;
}
.jumbotron .lead {
  color: #fff;
}

.jumbotron [class*="col-"] {
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
  height: 270px;
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: auto;
}

.box {
  color: #433955;
  margin-bottom: 20px;
  min-height: 200px;
  text-align: center;
}
.box img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.box .box-heading {
  max-height: 120px;
  overflow: hidden;
}
.box .box-body {
  border: 2px solid  #eaedf2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 10px 20px 10px;
}

.tablepress-id-table tbody td {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
}

@media (max-width: 768px) {
  .navbar-right form {
    display: none;
  }
}
@media (max-width: 568px) {
  .jumbotron {
    text-align: center;
  }

  footer {
    text-align: center;
  }
}
light-font .breadcrumb-item + .breadcrumb-item::before {
  color: #fff; }
.light-font .breadcrumb-item.active {
  color: #cfd8dc; }

.dark-font .breadcrumb-item + .breadcrumb-item::before {
    color: rgb(117, 17, 17); }
.dark-font .breadcrumb-item.active {
    color: #a2a9ac; }

.cyan.lighten-3 {
    background-color: #80deeaab!important;
}

@media (min-width:768px) {
    .card-deck {		
		justify-content: center;
	}
	.card-deck > .card
    {
        width: 29%;
        flex-wrap: wrap;
        flex: initial; 
    }
}