+}
+
+.postcontent iframe{
+ display: block;
+}
+
+.go-to-top {color:#99a3a4; margin: 1.538em 3.077em; display: block}
+
+.main-container section,
+.main-container aside{ text-align: left}
+
+/* List pages */
+
+.related {margin: 0 3.077em}
+.related ul {margin: 0 1.538em}
+.related a {color: #d30058}
+
+.related a.blue {color: #0081cb}
+.related a.green {color: #43da30}
+.related a.grey {color: #9e978e}
+.related a.yellow {color: #ffda00}
+.related a.orange {color: #fd3839}
+.related a.red {color: #f32240}
+.related a.cyan {color: #74d0eb}
+.related a.purple {color: #400098}
+
+.related h1{
+ font-family: 'Oswald', sans-serif;
+ text-transform: uppercase;
+ font-weight: 300;
+ padding-bottom: 0.666em;
+ color:#99a3a4;
+}
+
+/* Paginator */
+
+.paginator {font-size: 1.077em; margin: 2.857em; font-family: "Lato", sans-serif}
+.paginator a{color:#99a3a4}
+
+.postcontent pre code {font-size: 1.333em; line-height: 1.5em}
+code {overflow-wrap: normal}
+
+/* Guestbook */
+.guestbook-feed, .guestbook-form ul {
+ list-style: none;
+}
+
+.guestbook-form li {
+ display: block;
+}
+
+.guestbook-form .guestbook-label {
+ width: 8.571em;
+ float: left;
+ text-align: right;
+ padding: 1.071em;
+}
+
+.guestbook-form .guestbook-control {
+ float: left;
+}
+
+.guestbook-form .guestbook-control-group {
+ clear: both;
+}
+
+.guestbook-form .comment-control {
+ width: 42.857em;
+ height: 10em;
+}
+
+.guestbook-content, .guestbook-form {
+ clear: both;
+ padding: 2.142em 0;
+}
+
+.guestbook-feed .guestbook-post {
+ display: block;
+ border-bottom: 0.071em solid #99a3a4;
+ padding: 1.071em;
+}
+
+.guestbook-post .author {
+ font-weight: bold;
+}