@import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
@import 'bower_components/font-awesome/scss/font-awesome';
$btn-font-weight: 300;
$font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;
body, label, .checkbox label {
font-weight: 300;
}
.doc_details_title {
@extend .h3;
margin-top: 0;
}
.content-main-title {
@extend .h4;
}
.data-audio-title {
@extend .h4;
}
.content-title {
@extend .h5;
}
.bo-doc-edit-icons {
cursor: pointer;
}
#doc-contributors-table-pane {
display: none;
margin-top: 20px;
}