/*Copyright Laevateinn Tech Ltd. */

/*
  RESET
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體";
	letter-spacing: 1px;
}

a {
    text-decoration: none;
    border: none;
    color: black;
}

div , table{
    margin: 0;
    padding: 0;
}

/*--------------------------------*/

.newstitle1, .newstitle2 {
	font-family: "微軟正黑體";
	color: white;
    margin: 0 auto;
    width: 90%;
    border-radius: 5px;
}

.newstitle1 {
	background: #14BE70;
}

.newstitle2 {
    background: #00CAEA;
}

.popup-window {
	margin-top: 120px;
}

.table_alter tr td{
	height: 30px;
	/*border:#000 1px solid;*/
}

.table_alter tr td:nth-child(odd){
	width:120px;
}
