.bottom-bar {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    background-color: white;
    border-top: 1px solid cyan;
}

.bottom-text{
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    background-color: green;
}

h1 {
    line-height: 50px;
}

.hr {
    color: cyan;
}

.left {
    float: left;
}
.right {
    float: right;
}
#subscriberEmail{
    width: 350px;
}

input {
  caret-color: cyan;
}


body {
	font-family: "Lucida Console", Monaco, monospace;
	background-color: "white";
	text-align: center;
    line-height: 175%;
    font-size:16px;
}

.center_column {
   max-width: 700px;
   margin-left: auto;
   margin-right: auto;
}

textarea {
	font-family: "Lucida Console", Monaco, monospace;
	font-size:20px;
}

input {
	font-family: "Lucida Console", Monaco, monospace;
	font-size:16px;
}

input.placeheld {
    text-align: center;
}

a {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a.subtleHover:link { 
    color: black;
    text-decoration: none;
}
a.subtleHover:visited { 
    color: black;
    text-decoration: none;
}
a.subtleHover:active { 
    color: black;
    text-decoration: none;
}
a.subtleHover:hover { 
    color: gray;
}

#tags {
    font-size:10px
}

#title {
    font-size: 15px;
    line-height: 50px;
}

table.postTable {
    border-style: hidden;
    border-collapse: collapse;
    padding: 5px;
    font-size: 15px;
    max-width: 700px;
    vertical-align: middle;
}

td {
    border: 1px solid white;
}

td.postTimestamp {
    font-size: 12px;
    text-align: right;
    padding: 10px;
}
td.postTitle {
    font-size: 18px;
    text-align: center;
    line-height: 175%;
    padding: 20px;
}