body{
	background-color:#282828;
	font-family: Microsoft JhengHei;
	overflow-x: hidden;
}
h1 {
    color:#1ECB2C;
    font-size: 30px;
    font-family: 'Noto Sans';
}

h2{
	color:#1ECB2C; 
	font-size: 20px;
	font-family: 'Noto Sans';
}

h3{
	color:#FFFFFF;
	font-size: 18px;
	font-family: 'Noto Sans';
}

h4{
	color:rgba(255, 255, 255, 0.75);
	font-size: 14px;
	font-family: 'Noto Sans';
}


.navbar-bg-color {
	height: 70px;
	background-color:black ;
}

a {   
    color:white;
}

a:active {
    color:white;
}

.main-contain{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.wrap{
  overflow:hidden;
  width: 100%;
  /*
  border-radius:10px 10px 0px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  */
}

.outer {
  background-color: #000000;
}
.inner {
  background-color: #000000;
  display: flex;         
  height: 80px;
  align-items: center; 
  color:#1ECB2C;;   
}


.mumuu-table{
    border-collapse:collapse;
    width: 100%;
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}

.mumuu-table td{
	padding-left: 25px;
	padding-top: 15px;
	width:50vw;
}


.mumuu-table tr{
  background-color:#gray;
  color:#FFFFFF;
  height:75px;
  text-align:center;
  border-bottom: 1px solid #000000;
}

.mumuu-table tr:first-of-type{
  border-top: 1px solid #000000;
}

.mumuu-table tr:last-of-type{
  border-bottom: 1px solid #000000;
}

.mumuu-table tr:nth-of-type(even) td{
  background-color:#gray;
}


.mumuu-table td{
	padding-top: 15px;
}

.mumuu-button{
	display: inline-block;
	color:#FFFFFF;
	border:0;
	padding: 9px 14px 11px;
	width: 69px;
	height: 40px;
	background: #000000;
	border-radius: 12px;
	cursor:pointer;
}

.mumuu-summary {
	/* height:129px; */
	border-radius: 25px; 
	background-color: #000000;
	padding: 22px 22px 22px 22px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left:20px;
	margin-right:20px; 
}

.mumuu-date-select{
	margin: 20px;
	box-sizing: border-box;
	height: 56px;
	bottom: 108px;
	background: #282828;
	border: 1px solid #000000;
	border-radius: 100px;
	padding-top: 10px;
	padding-left: 24px;
	padding-right: 24px;
}

.container-fluid{
	padding-left: 20px;
}
.container-fluid a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 0px;
}

.back-button{

	padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}