/******** FONTS ********/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/public/_layouts/boot3/font/HelveticaNeueLTStd-Md.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('/public/_layouts/boot3/font/HelveticaNeueLTStd-Lt.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('/public/_layouts/boot3/font/HelveticaNeueLTStd-UltLt.otf');
    font-weight: normal;
    font-style: normal;
}


.main-content {
    margin-top: 45px;
}

.subnav-item {
    font-size: 14px;
    letter-spacing: 0px;
    color: #8c8c8c;
    margin-left: 30px;
}



.panel,
.list-group,
.well,
.well-sm,
.alert

{
    border-radius: 0;
}

.navbar-nav {
    margin: 0px;
}

