﻿body {
    background: #f2f3f7;
    margin-top: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.table-borderless td {
    border: 0 !important;
}

.table td {
    color: #8A98AC;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.6rem;
}

.btn-primary-rgba {
    background-color: rgba(80, 111, 228, 0.1);
    border: none;
    color: #506fe4;
}

.btn-success-rgba {
    background-color: rgba(67, 209, 135, 0.1);
    border: none;
    color: #43d187;
}

.card {
    border: none;
    border-radius: 3px;
    background-color: #ffffff;
}

.thumb-lg {
    /* height: 68px; */
    width: 208px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.thumb-md {
    /*height: 108px;*/ 
    width: 108px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.social-links li a {
    border-radius: 50%;
    color: rgba(121, 121, 121, .8);
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border: 2px solid rgba(121, 121, 121, .5);
    text-align: center;
    width: 30px
}

.social-links li a:hover {
    color: #c90100;
    border: 2px solid #c90100
}

h4 {
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
}

.fa {
    line-height: 1.5;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-info {
    color: #fff;
    background-color: #c90100;
}