﻿body {
    padding-top: 64px;
}

.nav-tabs-colored > li > a {
    background-color: azure;
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
    border: 1px dashed #ddd;
}

.tab-content {
    background-color: white;
    padding: 30px 15px 20px 15px;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.top-border-0 tr:first-child > td {
    border: none;
}

.border-radius-1 {
    border-radius: 0.1rem;
}

.border-radius, .border-radius-2 {
    border-radius: 0.2rem;
}

.border-dashed {
    border-style: dashed !important;
}
