.msgbox{
	height: 30px;
}
.tableset{
	width: 100%;
	border-spacing:2px;
	border-color: gray;
}
.trset{
	height: 20px;
	align-content: center;
}
table {
border-top-color: red;
border-right-color: blue;
border-bottom-color: green;
border-left-color: yellow;
}
body {
    word-wrap: break-word;
}