
.iams-button-dark {
	background-color: #2b7367;
	border: none;
	color: #FFFFFF;
	padding: 4.375px 8.75px 4.375px 8.75px;
	cursor: pointer;
	outline:none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans SC', Arial, Helvetica, sans-serif;
}

.iams-button-light {
	background-color: #FFFFFF;
	border: 1px solid #2b7367;
	color: #2b7367;
	padding: 4.375px 8.75px 4.375px 8.75px;
	cursor: pointer;
	outline:none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans SC', Arial, Helvetica, sans-serif;
}

.iams-button-text {
	font-size: 16.2px;
	padding-left: 8.75px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
}

.iams-img-tag {
    margin-top: 5px;
    width: 20px;
    display: none;
}

table.iamsPanel {
	border-collapse: collapse; /* the table borders collapsed into a single border */
}

table.iamsPanel,
table.iamsPanel th,
table.iamsPanel td
{
	border-style: solid;
	border-color: #e9e3cd;
	border-width: 2px;
}
table.iamsPanel th {
	background-color: #e9e3cd;
	text-align: left;
	padding: 10px;
}
table.iamsPanel td {
	padding: 20px;
}

.iams-text {
	color: #2b7367;
}

@media all and (max-width:400px) {
	.iams-button-dark {
		width: 100%;
	}

	.iams-button-light {
		width: 100%;
	}
}
