/*----------------------------------------------------------------------
fonts
----------------------------------------------------------------------*/

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}



body {
    margin: 0;
    border: 0 none;
    padding: 0;
    color: #242424;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

a {
    color: #981817;
}

a:hover,
a:focus,
header h1 a:hover span,
header h1 a:focus span {
    color: #CB3A47;
}

header > nav.navbar {
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgba(137,16,30,1) 0%,rgba(87,10,16,1) 100%);
}

header h1 {
    display: inline-block;
    margin: 30px 0;
    line-height: 0.7;
    font-weight: 400;
}

header h1 span {
    color: #242424;
    font-weight: 400;
}

header .navbar-brand {
    font-size: 40%;
    float: none;
    padding: 0;
    display: inline-block;
}

header h1 a:hover {
    text-decoration: none;
}

header .pull-right {
    margin: 30px 0;
}

header .pull-right a {
    margin-left: 20px;
}

.text-muted {
    color: #242424;
}

#searchbox {
    margin: 0;
}

#searchbox .input-group-btn,
.discovery-search-form .input-group-btn {
    vertical-align: inherit;
}

#searchbox .form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 38px;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #999;
}

.form-control,
#searchbox .form-control,
.discovery-search-form .form-control {
    height: auto;
}

#searchbox .form-control:focus,
.discovery-search-form .form-control:focus {
    border-color: rgb(137,16,30);
    box-shadow: 0px 3px 0px 0px rgb(120, 120, 120);
}

.subhh-search-form {
    margin: 0 0 30px 0;
}

.subhh-search-form .form-group {
    margin: 0;
}

.btn-default,
.btn-info,
.btn-warning,
#exportform input[type="submit"] {
    box-shadow: 0px 3px 0px 0px rgb(70, 70, 70);
    background: linear-gradient(to bottom, rgb(90, 90, 90) 5%, rgb(120, 120, 120) 100%) repeat scroll 0% 0% rgb(90, 90, 90);
    background: -webkit-linear-gradient(to bottom, rgb(90, 90, 90) 5%, rgb(120, 120, 120) 100%) repeat scroll 0% 0% rgb(90, 90, 90);
    background: -moz-linear-gradient(to bottom, rgb(90, 90, 90) 5%, rgb(120, 120, 120) 100%) repeat scroll 0% 0% rgb(90, 90, 90);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#777777), to(#5A5A5A));
    display: inline-block;
    cursor: pointer;
    color: #FFF !important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px !important;
    text-decoration: none !important;
    text-shadow: 0px 1px 1px rgb(60, 60, 60);
    border: 0;
    vertical-align: middle;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.btn-default:hover,
.btn-info:hover,
.btn-warning:hover,
#exportform input[type="submit"]:hover {
    color: #FFF !important;
    background: rgb(149, 149, 149) !important;
    }

.btn-primary {
    box-shadow: 0px 3px 0px 0px rgb(86, 7, 16);
    background: linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background: -webkit-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background: -moz-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background-image: linear-gradient(rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#8D0D1C), to(#D23D4E));
    display: inline-block;
    cursor: pointer;
    color: #FFF !important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px rgb(86, 7, 16);
    border: 0;
    vertical-align: middle;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.btn-primary:hover {
    color: #FFF !important;
    background: rgb(141, 13, 28) !important;
    box-shadow: 0px 3px 0px 0px rgb(86, 7, 16);
}

.btn-success {
    box-shadow: 0px 3px 0px 0px #4CAE4C;
    background: #5CB85C;
    display: inline-block;
    cursor: pointer;
    color: #FFF !important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px !important;
    text-decoration: none !important;
    text-shadow: 0px 1px 1px #4CAE4C;
    border: 0;
    vertical-align: middle;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.btn-success:hover {
    color: #FFF !important;
    background: #4CAE4C !important;
    box-shadow: 0px 3px 0px 0px #3F693C;
}

.btn-danger {
    box-shadow: 0px 3px 0px 0px #D43F3A;
    background: #D9534F;
    display: inline-block;
    cursor: pointer;
    color: #FFF !important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px !important;
    text-decoration: none !important;
    text-shadow: 0px 1px 1px #D43F3A;
    border: 0;
    vertical-align: middle;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.btn-danger:hover {
    color: #FFF !important;
    background: #D43F3A !important;
    box-shadow: 0px 3px 0px 0px #981817;
}

.btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: 0px 3px 0px 0px rgb(70, 70, 70);
    box-shadow: 0px 3px 0px 0px rgb(70, 70, 70);
}

#searchbox input[type="text"],
.discovery-search-form input[type="text"]{
    padding: 10px 15px;
    border-radius: 3px !important;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 3px 0px 0px rgb(120, 120, 120);
    border: 1px solid #959595;
    vertical-align: middle;
    width: 100%;
}

#browse_navigation input[type="text"],
#browse_navigation select,
#browse_controls select,
.subhh-container select,
.subhh-container input[type="text"]{
    padding: 10px 15px;
    border-radius: 3px !important;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 3px 0px 0px rgb(120, 120, 120);
    border: 1px solid #959595;
    vertical-align: middle;
}

.subhh-container span.form-control {
    padding: 10px 15px;
    border-radius: 3px !important;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 3px 0px 0px #959595;
    border: 1px solid #BBB;
    color: #959595;
    vertical-align: middle;
}

main {
    background: url(../image/background_light.jpg) top center no-repeat fixed;
    background-size: cover;
    padding: 80px 30px;
}

main > .container {
    background: transparent;
}

#inner-content,
#login-chooser,
.subhh-container {
    background: #fff;
    color: #181f1d;
    padding: 30px;
}

.subhh-container.pull-left,
.subhh-container-clear.pull-left {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.discovery-search-form.subhh-container {
    width: auto;
    margin: 0 0 30px 0;
}

.col-md-4.pull-right {
    width: 50%;
}

.navbar {
    border-radius: 0;
}

.navbar-inverse {
    background: #787878;
    color: white;
    border: none;
}

.navbar-inverse a,
.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background: rgba(87,10,16,1);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background: -moz-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background-image: linear-gradient(rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#8D0D1C), to(#D23D4E));
}

.admin-nav.navbar-collapse {
    padding: 0;
}

.dropdown-menu {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: -moz-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background-image: linear-gradient(rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#8D0D1C), to(#D23D4E));
}

.nav > li > a > img {
    height: 2em;
}

.logo-parade {
    margin: 40px auto;
    color: #787878;
}

.logo-parade a {
    padding: 10px;
}

.logo-parade p {
    text-align: right;
    font-weight: normal;
}

.rounded-corners {
    border-radius: 10px;
}

.img-left {
    float: left;
    margin: 0 10px 10px 0;
}

h3.facets {
    font-size: 20px;
    font-weight: bold;
    color: #CB3A47;
    margin: 0 0 15px 0;
}

.panel {
    border: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: none;
}

.panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel-default > .panel-heading,
.panel-primary > .panel-heading,
.panel-success > .panel-heading {
    color: #fff;
    background-color: #CB3A47;
    background-image: none;
    border-color: #CB3A47;
}

.panel-heading h4,
.panel-heading h6 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.panel-heading a {
    color: #fff;
}

.panel-heading a:hover {
    color: rgba(87,10,16,1);
}

.panel-info > .panel-heading {
    border: none;
    background: rgb(137,16,30);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel > .list-group .list-group-item,
.panel-heading + .list-group .list-group-item:first-child,
.facetsBox .list-group-item {
    background-color: #CB3A47;
    color: #fff;
    border: 0;
    border-top: 1px solid #D57280;
}

.facetsBox .list-group-item:first-child {
    border-radius: 0;
}

.facetsBox  .list-group-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel > .list-group .list-group-item a,
.facetsBox .list-group-item a {
    color: #fff;
}

.panel > .list-group .list-group-item .badge,
.facetsBox .list-group-item .badge {
    background-color: #981817;
    border-radius: 10px;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel-footer {
    margin-top: 30px;
    border: 0;
}

.facetsBox {
    background: transparent;
}

.facetName {
    color: #fff;
    background-color: #CB3A47;
    border-color: #CB3A47;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bold;
}

.subhh-search-actions {
    margin-top: 15px;
}

.browse-heading,
.subhh-heading {
    color: #fff;
}

h2.subhh-heading {
    display: none;
}

/*Feedback Form*/
.input-group-addon span {
    line-height: 2;
}

.input-group-addon span label {
    vertical-align: sub;
    font-weight: normal;
}

#progress-bar {
    margin-bottom: 20px;
}

/*Submission Form*/
.ds-authority-value {
    display: none;
}

.alert {
    border-radius: 10px;
    border: 2px solid white;
    padding: 30px;
}

.alert-info {
    color: #242424;
}

.alert-warning {
    color: #560710;
}

.discovery-result-pagination .alert-info {
    background: #fff;
}

#exportform {
    padding: 30px;
}

#export-biblio-panel {
    padding: 0 0 15px 0;
}

.sortable a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.sortable i.pull-right {
    float: none !important;
    position: absolute;
    top: 3px;
    left: 0;
}

.pagination > li > span {
    padding: 10px 15px;
    margin-right: 3px;
    line-height: 24px;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 0px #181f1d;
    border: 0;
}

.pagination > li > a {
    padding: 10px 15px;
    margin-right: 3px;
    line-height: 24px;
    border: 0;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    text-shadow: 0px 1px 0px rgb(86, 7, 16);
    background: #8E0E1D;
    box-shadow: 0px 3px 0px 0px rgb(86, 7, 16);
    background: linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background: -webkit-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background: -moz-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#8D0D1C), to(#D23D4E));
}

.pagination > li > a:hover {
    color: #FFF !important;
    background: rgb(141, 13, 28) !important;
    box-shadow: 0px 3px 0px 0px rgb(86, 7, 16);
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    text-shadow: 0px 1px 0px #181f1d;
    box-shadow: 0px 3px 0px 0px #181f1d;
    background: #787878;
}

.sub-browse .col-md-6 {
    width: 100%;
    float: none;
    padding: 0;
}

.sub-browse .col-md-offset-3 {
    margin: 0;
}

.col-md-6.btn-group,
.col-md-4.btn-group {
    width: 100%;
    float: none !important;
    padding: 0;
    margin: 0 15px;
}

.col-md-6.btn-group .col-md-4,
.col-md-4.btn-group .col-md-6 {
    width: auto;
}

.resumable-drop {
    border-radius: 10px;
}

a.resumable-browse {
    font-size: 20px;
}

.subhh-aside-container {
    padding-left: 30px;
}

.subhh-aside-container .aside-actions {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.subhh-aside-container .aside-admin {
    border-radius: 10px;
    margin: 30px 0 0 0;
}

.subhh-aside-container .aside-admin .panel-body,
.panel-warning .panel-body {
    padding: 0;
}

#availableFilters .panel-body,
#collapseOne .panel-body {
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#availableFilters .panel-body input {
    margin-top: 10px;
}

.subhh-aside-container .aside-admin .panel {
    margin: 0;
    background: transparent;
}

.aside-admin .panel {
    background: transparent;
}

.panel-warning .panel-heading .pull-right {
    display: block;
    float: none !important;
}

.subhh-aside-container .panel-heading,
.panel-warning .panel-heading {
    color: #fff;
    background-color: #CB3A47;
    border-color: #CB3A47;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.subhh-aside-container .aside-admin .btn-default,
.panel-warning .btn-default {
    white-space: normal;
    text-align: left;
    width: 100%;
}

.facetsBox .col-md-12 {
    padding: 0;
}

.facetsBox .row {
    margin: 0;
}

.sort-by-year {
    margin-top: 15px;
}

.box-section {
    display: block;
    padding: 15px;
}

.box-section:first-child {
    border-bottom: 1px dotted #242424;
}


.box-section .media-left {
    float: right;
}

.box-section img {
    height: 16px;
    width: auto;
}

.box-download {
    border-top: 1px dotted #242424;
}

.eperson-actions {
    display: block;
}

.discovery-table,
.subhh-table-resposive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }

.discovery-table tr th:nth-of-type(2),
.discovery-table tr td:nth-of-type(2) {
    display: none;
}

.discovery-table table,
.subhh-table-resposive table {
    width: 100%;
}

.discovery-table .fa.pull-right,
.subhh-table-resposive .fa.pull-right {
    margin-left: 0;
}

.well {
    padding: 30px;
    border-radius: 10px;
}

.well small {
    display: block;
    margin: 0 0 30px 0;
}

.subhh-filter-jumper {
    text-align: center;
    margin: 0 0 30px 0;
    display: none;
}

.version-history {
    margin: 30px 0 0 0;
    padding: 0px;
}

footer {
    background: white;
    color: inherit;
    font-weight: 400;
    z-index: 100;
    position: relative;
}

footer > nav {
    padding: 40px;
}

footer nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}

footer nav ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

footer nav ul.pull-right li {
    display: inline-block;
    margin: 0 0 0 20px;
}

footer .navbar-inverse a:hover {
    background: transparent;
    color: #fff;
}

.label-required:after {
    content:"*";
    color:red;
  }

/*edit metadata*/
form .subhh-container hr {
    border-top: 1px solid #fff;
    margin: 3px 0;
}

form .subhh-container label {
    /*white-space: nowrap;*/
}

/*setting embargo during submission or workflow*/
#ui-datepicker-div {
    z-index:1001 !important
}
.katplus span {
    font-weight: bold;
    font-style: italic;
}

@media (max-width: 992px) {
    
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    
    .navbar-right .navbar-right {
        border-top: 1px dotted #D13C4D;
    }
    
    .navbar-collapse .navbar-nav.navbar-right:last-child,
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin: 0;
    }
    
    .subhh-container.pull-left,
    .subhh-container-clear.pull-left {
        width: 100%;
        margin-right: 0;
        float: none !important;
        padding: 0;
    }
    
    .subhh-home-aside {
        width: 100% !important;
        float: none !important;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .subhh-filter-jumper {
        display: block;
    }

    .subhh-aside-container {
        padding: 0 !important;
        margin: 30px 0 0 0;
    }
    
    footer nav ul,
    footer .pull-right {
        float: none !important;
    }
    
    footer nav ul li,
    footer nav ul.pull-right li {
        display: block;
        margin: 0;
    }
    
    footer .navbar-brand {
        float: none;
        display: inline-block;
    }
    
    .subhh-copyright {
        display: block;
        margin: 30px 0 0 0;
    }

    .logo-parade,
    .logo-parade p {
        text-align: center;
        font-size: 90%;
    }
    
    .form-inline input,
    .form-inline select,
    #browse_controls.well input,
    #browse_controls.well select {
        margin: 0 0 10px 0;
        display: block;
        width: 100%;
    }
}


@media (max-width: 767px) {

    #home-top-menu {
        float: none !important;
        margin: 0;
    }
    
    header h1 {
        font-size: 26px;
    }
    
    header .navbar-brand {
        margin-top: 10px;
        font-size: 60%;
    }    
    
    .navbar-nav {
        margin: 0;
    }
    
    .dropdown-toggle.text-right {
        text-align: left;
    }
    
    .navbar-collapse {
        max-height: 100%;
        box-shadow: none;
        border: 0px transparent;
    }
    
    .navbar-inverse .navbar-toggle {
        border-color: #D13C4D;
    }
    
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: -moz-linear-gradient(to bottom, rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%) repeat scroll 0% 0% rgb(210, 61, 78);
        background-image: linear-gradient(rgb(210, 61, 78) 5%, rgb(141, 13, 28) 100%);
        background-image: -webkit-gradient(linear, center bottom, center top, from(#8D0D1C), to(#D23D4E));
        }
}
/*Abstract-Feld vergrößern*/  
#dc_description_abstract_id,
#dc_description_abstract_1_id,
#dc_description_abstract_2_id,
#dc_description_abstract_3_id,
#dc_description_abstract_4_id,
#dc_description_abstract_5_id,
#dc_description_abstract_6_id,
#dc_description_abstract_7_id,
#dc_description_abstract_8_id,
#dc_description_abstract_9_id {
    min-height: 600px;
}
.clear {
    clear: both;
}

/* give the gnd bade a little space */
.gnd-id-badge {
    margin-left: 1em;
    background-color: #CB3A47;
    font-weight: normal;
}
.gnd-id-badge a {
    color: #fff;
}

.bitstream_checksum { margin-right: 4px; }
.tooltip-inner { max-width: 300px !important; }

