﻿/* bugfix */
#sparks li h5 { margin: 0; }
/* /bugfix */

#extr-page #header, #header {
    background-color: #3ba32b;
    background-image: -moz-linear-gradient(top,#3ba32b,#367628);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3ba32b),to(#367628));
    background-image: -webkit-linear-gradient(top,#3ba32b,#367628);
    background-image: -o-linear-gradient(top,#3ba32b,#367628);
    background-image: linear-gradient(to bottom,#3ba32b,#367628);
}

#logo-group {
	overflow: hidden;
}
#logo {
	margin-top: 1px;
}
#logo img {
    width: 48px;
}
.project-context>:first-child{
	color: #fff;
	font-weight: 100;
}
#project-selector {
	color: #fff;
}
#project-selector:hover {
	color: #eee;
}
.fc-title {
	font-weight: 100;
}
.table-compact td, .table-compact th { padding: 3px!important; }
.nowrap, .nw { white-space: nowrap; }

.bigBox a { color: #fff; }

td.r { text-align: right;}

th { text-align: center!important; }


.update {     height: 35px!important;    padding: 3px!important;    width: 35px;}
.update i { font-size: 30px!important; }