
#sidebar {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 220px;
    background-color: #fff;
	border-left:1px solid #ddd;
	padding-top:55px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
	text-align:center;
	font-size:12px;
	}
#nopaddingright{
	padding-right:0;
}
#nopadding{
	padding-left:0;
	padding-right:0;
}
.colnya{
	top:-40px;
}
.list-group-item {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    background: none;
    font-weight: 400;
}
.work-title {
    background: #fafafa;
    color: #777777;
    border-bottom: 1px solid #ddd;
    padding: 3px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 1px #F0AD4E;
}
.litop{
	font-size:14px;
	border-left:solid 1px #ddd;
}
.putih{
	background:#fff;
}

.back-to-top {
    display: none;
}