<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table{
background:lightblue; 
margin-left:50px;
margin-bottom:30px;
width:1000px; 
border:0px;   
border-spacing:7px;
border-collapse:separate;
border-radius:15px;
}
td,th { /* table cells */
padding: 10px;
vertical-align: top;
}
.page{
margin-left:80px;
line-height:150%;
color:#666;
}
div{
margin-top:20px;
}
input[type=submit], .button-fin, .styled-link {
    border: thin #71A7D3 solid;
    border-radius: 4px;
    height: 30px;
    text-decoration: none;
    width: 230px;
    padding: 5px;
    margin: 10px;
    color: #fff;
    background: #5096E2;
    display: inline-block;
    text-align: center; /* Centers text */
   /* Adjust line height if needed */
    vertical-align: middle; /* Aligns vertically */
}

input:hover[type="submit"], .button-fin:hover, .styled-link:hover {
    background: #2596be;
}

input:active[type="submit"], .button-fin:active, .styled-link:active {
    position: relative;
    top: 2px;
}
	</pre></body></html>