body {
	padding-top: 51px;
	padding-bottom: 51px;
}

[ng-cloak]
{
    display: none !important;
}

.navbar-header > img {
    text-align: center;
    vertical-align: middle;
    object-fit: contain;
    max-height: 100%;
    height: 100%;
}

.navbar-brand-img {
    float: left;
    height: 50px;
    padding: 4px 15px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand > img {
    text-align: center;
    vertical-align: middle;
    object-fit: contain;
    max-height: 100%;
    height: 100%;
}

.reset_button {
    width: 25%;
}

.ref_mutation {
	float: left;
    width: 150px;
    margin-top: 7px;
}

h4 .fullMutationName {
    margin-left: 5px;
}

.table-curved {
    border-collapse: separate;
    border: solid #ddd 1px;
    border-radius: 6px;
    border-left: 0px;
    border-top: 0px;
}
.table-curved > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: solid #ddd 1px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height:15px;
    font-weight: bold;
}
.table-curved td.small, .table-curved th.small {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height:7px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    font-weight: normal;
}
.table-curved > :first-child > :first-child > :first-child {
    border-top-left-radius: 6px;
    width: 75px;
}
.table-curved > :first-child > :first-child > :last-child {
    border-top-right-radius: 6px;
}
.table-curved > :last-child > :first-child > :first-child {
    border-bottom-left-radius: 6px;
}
.table-curved > :last-child > :last-child > :last-child {
    border-bottom-right-radius: 6px;
}
#history .table-curved > :last-child > :first-child > :last-child {
    border-bottom-right-radius: 6px;
    width: 75px;
}

#MutationWrapper, #MutationWrapperBirdOfInterest {
    padding-top: 5px;
}