.nav-tabs img {
	margin-top: -8px;
}
	
@media ( min-width : 768px) {
	.panel-tabs {
		border-top:0; 
		border-top-left-radius:0; 
		border-top-right-radius:0;
	}
}

.panel.panel-horizontal {
    display:table;
    width:100%;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
    display:table-cell;
    vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
/*    width: 25%; */
    border:0;
}
.panel.panel-horizontal > .panel-heading {
    width: 75px; 
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    align: center;
}
.panel.panel-horizontal > .panel-footer {
    width: 125px; 
    border: 1px solid #449d44;
    border-left: 1px solid #5cb85c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    color:#fff;
    background-color: #5cb85c;
}

.panel.panel-horizontal > .panel-footer:hover {
    background-color: #449d44;
}

.panel.panel-horizontal > .btn-warning {
    background-color: #f0ad4e;
}
.panel.panel-horizontal > .btn-warning:hover {
    background-color: #ec971f;
}

.file-name {
	font-size:1.5em;
}

#side_bar {
	top: 120px;
	left: -10px;
	padding-left: 0px;
	position: fixed;
	list-style-type: none;
}
#side_bar .btn {
	padding-top: 20px;
	padding-bottom: 20px;
}
