#mmcc #group_box #gw_title {
    font-size: 1.5rem;
    padding-top: 100px;
    padding-bottom: 2vh;
}

#group_box > table {
    margin-top: 50px;
}
#group_box table tbody tr {
    border-bottom: 1px solid;
}

#mmcc #group_box #gw_tx {
    margin: 0 auto;
    text-align: center;
    padding: 3vh 0 5vh 0;
}

#group_box table tr .gw_left {
    width: 25%;
}

#group_box table tr .gw_right1 {
    width: 20%;
}

@media screen and (max-width: 821px) {
    #gw_title {
        font-size: medium;
    }
    #gw_tx {
        font-size: small;
        padding:5%;
    }
    #mmcc #group_box table tr td {
        font-size: small;
        border-collapse: collapse;
        padding: 10px 12px;
        display: block;
        width: 100%;
    }
}


.left_td {
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	letter-spacing: 1px;
	background-image: none;
	background-repeat: repeat-y;
}