.highestate-header {
    background-color: #f5f5f5;
    border-color: #f0f0f0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #f0f0f0;
}

.panel-default, .object-tab-content, .nav-tabs, .list-group-item {
    border-color: #f0f0f0;
}

.panel, .form-control, .btn, .input-group-sm>.form-control,
.input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn,
.nav-pills>li>a, .nav-tabs>li>a, .dropdown-menu, div.checklist>pre, .alert {
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.design {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs > li.menu-active > a, .nav-tabs > li.menu-active > a:hover, .nav-tabs > li.menu-active > a:focus {
    border-color: #f0f0f0 #f0f0f0 transparent;
}