body {
    padding: 0;
    margin: 0;
    background: #e9ecef;
    font-family: "Source Sans Pro";
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container {
	position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    /* border-radius: .25rem; */
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
	background: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
	width:360px;
	max-width:80%;
}
table,tbody,tr,td{display:block;text-align:left}
td:first-child{font-size:10pt;color:#888;padding-bottom:0}
tr{margin-bottom:7px}
input[type="text"],input[type="password"],input[type="number"],select {
    height: calc(2.25rem + 2px);
	width:100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: "Source Sans Pro";
	box-sizing:border-box
}
input[type="submit"]{
    display: block;
	width:100%;
	text-align:center;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
	text-transform:uppercase;
    box-shadow: none;
	margin-right:10px;
	font-family: "Source Sans Pro";
}
div#membertitle {
    font-size: 19pt;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
tr:last-child td:first-child{display:none}