﻿table {
    width: 100%;
}

th.mat-sort-header-sorted {
    color: black;
}

.api-card {
    max-width: 600px;
}

.api-card-header-image {
    background-image: url('/Content/Images/DW_Icon-128.png');
    background-size: cover;
}

.default-input-full-width {
    width: 100%;
}

default-input-half-width {
    width: 50%;
    min-width:200px;
}

body {
    font-family: sans-serif;
}

.expansion-panel-headers-align .mat-expansion-panel-header-title,
.expansion-panel-headers-align .mat-expansion-panel-header-description {
    flex-basis: 0;
}

.expansion-panel-headers-align .mat-expansion-panel-header-description {
    justify-content: space-between;
    align-items: center;
}

.expansion-panel-headers-align .mat-form-field + .mat-form-field {
    margin-left: 8px;
}

a:visited {
    color: #404040;
    font-size: small;
    text-decoration: none;
}

a:active {
    color: #404040;
    font-size: small;
    text-decoration: none;
}

a {
    color: #404040;
    text-decoration: none;
    font-size: small;
}
