﻿html, body * {
   /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-size: 13px
}
.k-card-image {
    max-width: 100%;
    flex-shrink: 0;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
    height: 60px;
    
}
.k-grid a:link {
    text-decoration: blue;
}

.k-grid a:visited {
    text-decoration: blueviolet;
}

.k-grid a:hover {
    text-decoration: underline;
}

.k-grid a:active {
    text-decoration: underline;
}
.mud-expand-panel .mud-expand-panel-header {
    width: 100%;
    align-items: center;
    display: flex;
    font-size: .9375rem;
    line-height: 1;
    min-height: 48px;
    outline: none;
    padding: 16px 24px;
    position: relative;
    transition: min-height .3s cubic-bezier(.25, .8, .5, 1);
    user-select: none;
    background-color: #006cb7;
    color: white;
}