html, body {
margin:0;
padding:0;
}
#outer {
/* border:1px solid red;*/
width 100%;
/* text-align:center; */
}
#inner {
display:inline-block;
display:table;
margin:0 auto;
padding:0 1em;
/* border:1px solid black;
/* width:50%;*/
}
#action {
clear:both;
margin:0 auto;
display:table;
color:black;
text-decoration:none;
margin-bottom:1em;
}
#action a{
border:0.25em solid black;
padding: 0.5em 1em 0.5em 1em;
border-radius:1em;
text-decoration:none;
font-weight:bold;
color:black;
}
#action a:hover,#bottom a:hover {
background:black;
text-decoration:none;
color:white;
font-weight:bold;
}
#bottom {
float:left;
display:inline-block;
display:table;
margin:0 auto;
padding:0 0.5em;
/* width:50%;*/
}
#bottom a {
text-decoration:none;
font-weight:bold;
color:black;
padding: 0.5em;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
