body {
	padding: 0 !important;
	background: transparent;
}

.content-col {
	margin-left: 0 !important;
	max-width: 100%;
}

.content-col-right {
    margin-right: 0 !important;
}

.no-iframe {
	display: none !important;
}

.h1, h1 {
    font-size: 2.2em;
    line-height: 30px;
    margin: 0 0 20px;
}

.files .name {
    width: 100%;
    word-wrap: break-word;
}

.btn.btn-success {
    word-break: break-word;
    white-space: normal;
}

.nav-tabs>li {
    margin-right: 0;
}

div.tabs ul.nav-tabs li a {
    margin-bottom: 5px;
    padding: 5px 10px !important;
    border-radius: 15px;
    border-bottom: 2px transparent !important;
}

div.tabs ul.nav-tabs li.active a {
    
    background: #cb1606;
    color: #fff;
}