@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
    url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold-webfont.woff2') format('woff2'),
    url('roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0;
}

p {
    margin: 10px 0 0 0;
    color: #646777;
    font-size: 16px;
    line-height: 1.16;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

p:first-child {
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    background-color: #f2f4f7;
}

main {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 28px;
    line-height: 1.15;
    color: #646777;
    padding-bottom: 30px;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    color: #646777;
    padding-bottom: 20px;
}

.container {
    padding-top: 52px;
}

.subtitile {
    font-weight: 500;
    line-height: 14px;
    color: #656776;
    font-size: 14px;
    padding-bottom: 40px;
}

.wrapper {
    margin-bottom: 40px;
}

.panel {
    padding: 14px 12px;
    border: none;
    border-top: 2px solid #70bbfd;
    font-size: 14px;
    line-height: 16px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.panel__title {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #70bbfd;
    font-weight: 700;
    padding-bottom: 18px;
}

.panel__link i {
    color: #656776;
    font-size: 20px;
}

.panel__link {
    padding-right: 22px;
    border: none;
    background-color: transparent;
    outline: none;
    margin: 0;
}

.panel__link:focus {
    outline: none;
}

.panel__link:last-child {
    padding-right: 0;
}

table {
    width: 100%;
}

.table-striped     tbody tr:nth-of-type(odd) {
    font-size: 13px;
    line-height: 15px;
    background-color: #fafbfe;
}

.table-striped :last-child {
     margin-bottom: 0;
 }

.table-striped tbody td, th {
    border: none;
    padding: 10px;
    color: #646777;
}

.table-striped thead th {
    color: #646777;
    border-bottom-color: #eff1f5;
    border-top: none;
}
