﻿@charset "utf-8"; 
:root{--color: #2991B4;--color1: var(--color);}
.kche-t45>.kche-flex {padding-left: 20px;background: #f5f5f5;}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.contact-list .contact-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 3px 21px 0 rgba(222, 222, 222, .55);
    border-radius: var(--borderradius);
    width: 33%;
    padding: 20px 30px;
    display: flex;
    transition: all .1s 
linear;
    margin-bottom: 1em;
}