body {
	font-family: 'Source Code Pro', monospace;
	padding-top: 0px;
	color:#657B83;
	background:#002B36;
	font-size: 18px;
}
body .starter-template {
	padding: 40px 15px;
	padding-top: 0px;
}

body .navbar-inverse {
    background-color: #93A1A1;
}
body .navbar-inverse .navbar-brand {
    color: #EEE8D5;
	font-weight:bold;
}
h1 {
	
	color:#B58900;
}
body table {
	font-weight:bold;
	color:#268BD2;
	width:100%;
}
.table>thead>tr>th {
    border-bottom: 2px solid #073642;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #073642;
}

/* Panthro */
body #panthro {
	position: fixed;
	bottom: 0px;
	right: 0;
	max-width: 200px;
	/* animation-delay: 2s; */
	/* transition: all 2s ease-in-out; */
	/* transform: translate(0px,-200px); */
	/* animation-duration: 4s; */


}
/* body #panthro:hover { */
/* 	transform: translate(350px,0); */
/*  */
/* } */

/* Progress bar  */
.progress-bar-success {
	background-color:#2AA198
}
.progress-bar-danger {
	background-color:#DC322F;
<!--
    -webkit-animation: 1s linear infinite condemed_blink_effect; // for android
    animation: 1s linear infinite condemed_blink_effect;
-->
}

/* Blink Styles Since It doesn't work anymore */
blink {
    -webkit-animation: 0.5s linear infinite condemed_blink_effect; // for android
    animation: 0.5s linear infinite condemed_blink_effect;
}
@-webkit-keyframes condemed_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemed_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

/* Wiki Page */
body #wiki {
	color: #859900;
}
body #wiki h1 {
	font-size: 22px;
	font-weight: bold;
}
body #wiki table {
	font-size: 13px;
	color: #859900;
	background: #073642;
	border-radius: 0px 0px 5px 5px;
    padding: 10px;
	box-shadow: 1px 1px 1px rgba(33, 33, 33, 0.42);
}
body #wiki table tr:last-child {
	border-top:1px solid #859900;
	font-size:16px;
}
body #wiki table th,
body #wiki table td {
	padding:8px;
}
body #wiki table .row:before{
	content:normal;
}
body #columnchart,
body #wiki article{
	margin-bottom: 20px;
	background: #073642;
    border-radius: 5px;
    padding: 10px;
	box-shadow: 1px 1px 1px rgba(33, 33, 33, 0.42);
}
body #wiki article header{
	font-size:12px;
}
