.un_contactTable tr th,
.un_contactTable tr td { padding: 15px; font-size: 1.6rem; }

.un_contactTable tr td { text-align: left; }

.un_contactTable .un_telStyle { color: #444; text-decoration: none; }

.un_contactTable .un_contactBtn { margin: 10px 0; width: 300px; text-align: center; line-height: 60px; }

.un_contactTable .un_contactBtn a { width: 100%; color: #fff; text-decoration: none; font-size: 2.4rem; background-image: -webkit-gradient(linear, left top, right top, from(#128571), to(#21a38c)); background-image: linear-gradient(90deg, #128571 0%, #21a38c 100%); display: inline-block; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

.un_contactTable .un_contactBtn a:hover { opacity: 0.7; }

@media screen and (max-width: 1023px) { .un_contactTable tr th,
	.un_contactTable tr td { padding: 10px 7px; width: 50%; font-size: 1.4rem; }

	.un_contactTable .un_contactBtn { width: 100%; text-align: center; line-height: 50px; }

	.un_contactTable .un_contactBtn a { font-size: 2.2rem; } }
