html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

div.main {
	padding-top: 60px;
}

div.tabContent {
	display: block;
}

.meter {
	height: 56px;
	width: 150px;
	margin: 10px;
}

img.astroImage {
	cursor: pointer;
}

table.table-borderless td, table.table-borderless th {
      border: none !important;
}

.right th {
	border: none !important;
}
.left td {
	border: none !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

.footer-text {
  margin: 20px 0;
  text-align: center;
}

.statusUp {
	color: green;
}

.statusPartial {
	color: orange;
}

.statusDown {
	color: red;
}

.center {
	text-align: center;
}

img.logo {
	height: 40px;
}

#imageComment {
	margin-top: 20px;
	padding: 5px 5px;
	font-style: italic;
	background-color: #f5f5f5;
	border: 1px solid #D5D5D5;
}

#weatherIcon {
	width: 20px;
	vertical-align: middle;
	margin-left: 10px;
}

#objectsDiv, #softwareDiv {
	display: none;
}

/* zoom plugin CSS */
.zoom {
	display: inline-block;
	position: relative;
}

.zoom:after {
	content:'';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/icon.png) !important;
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

.Blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
