/*
Theme Name: Status Jogja Web
Version: 1.0
Author: Iwan R. / Jogja Web
Author URI: https://jogjaweb.co.id
Description: This is created for Jogja Web Status, to provide monitoring on it's service.
*/

/* Sticky footer styles 
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
/* GENERAL */
section{margin-bottom: 50px}

/* HEADER */
section.header{padding-top: 50px}
.btn-subscribe{margin-top:25px}

.uptime h3{padding-bottom:12px}
.past-incidents h3{padding-bottom:0}
.past-incidents{padding-bottom:50px}
.past-incidents p{margin:0;padding:0}
.incident-date {
    margin: 10px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.incident-post{
	padding-bottom:10px;
}