/*
	Style for frontend
*/

legend.jsrmsp-legend {
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    white-space: normal;
}

fieldset.jsrmsp-fieldset {
    max-width: 100% !important;
    display: block;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
    padding: 0.35em 0.625em 0.75em;
}


table.jsrmsp-isf tbody tr td select {
	width: 100%;
    height: inherit;
    padding: 10px;
}

table.jsrmsp-isf tbody tr td input[type=text] {
	width: 100%;
    line-height: 0.8;
    padding: 11px;
}

table.jsrmsp-isf tbody tr td input[type=submit] {
    line-height: 0.8;
    padding: 15px;
}

.jsrmsp-sheader-info {
    text-align: center;
}

.jsrmsp-sheader-info img {
    display: inline-block;
}

.jsrmsp-sheader-info h2 {
    border: none;
}

.jsrmsp-sheader-info p {

}