html, body {
  font-size: 15px;
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #555555;
  text-rendering: optimizeLegibility;
  min-width: 320px;
}

.container {
    width: 1000px;
    margin: 0 auto;
	padding:0px 27px;
}
.ui.huge.input { width:75%; margin-top:11px; }
.ui.left.icon.input > input {
    padding-left: 1.2em !important;
    padding-right: 3em !important;
}
.ui.left.icon.input > .icon { right:1px; left:auto; cursor:pointer; }

.article img { float: left; margin-right: 10px; }
.article h3 { margin-top: 0; }
.hidden { display: none; }
#article { padding: 25px; background-color: #F4F4F4; display: none; }
#article .header {
    padding: 1.5rem 2rem;
    font-size: 1.6em;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
#article img  { float: right; margin-left: 10px; margin-bottom: 10px; }
#footer { font-family: Arial, Helvetica, sans-serif; padding: 40px; text-align:center; font-size: 12px; color: #333; border-top: 1px solid #eee; }
.date {
    display: block;
    background-color: #6ECFF5;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 12px;
    height: 42px;
    line-height: 1;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.date .day {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: -1px;
}
