.page .header-post-title-container {
    display: none;
}
input[type=text] {
    border: 1px solid LightGray;
    border-radius: 10%;
	text-align: center;
    width: 20%;
    height: 5%;
    padding: 5px 5px;
    margin: 5px 0;
    box-sizing: border-box;
    color: #505050;
}
input[type=submit] {
    border-radius: 5px;
}
h2, h3, h4 {text-align:center;}
p {text-align:center;
   font-weight:bold;
}
table, th, td {
    border: 0px solid black;
}
table {
    table-layout: fixed;
    width: 250px;
}
th, td {
    height: 25px;
    padding: 5px 5px 5px 5px;
}
img.frame {
    border:4px solid grey;
    border-radius: 5px;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.center
{
    display: block;
    text-align: center;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}