@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    background-color: #f2f3f8;
    font-size: 14px;
    font-weight: 300;
}

.p-header {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 10px 10px;
    text-align: center;
    background-color: #263147;
    color: #fff;
}

.p-header__title{
    height: 37px;
    line-height: 37px;
    font-size: 1.3rem;
    font-weight: 800;
}

.p-body {
    margin: 10px;
}

.p-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, .61);
}

.p-footer__copyright {
    font-size: .9rem;
    font-weight: 400;
    color: #aaa;
}

.p-widget1__photo {
    padding: 10px 10px 5px 10px;
    overflow: hidden;
}

.p-widget1__photo img {
    display:block;
    max-width: 100%;
    height: auto;
}

.p-widget1__title {
    text-align: center;
    padding: 5px auto;
}

.p-widget1__title span {
    font-size: 1.5rem;
    font-weight: 600;
}

.p-widget1__desc {
    text-align: center;
    padding: 5px 0 10px 0;
}

.p-widget1__desc span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #87878a !important;
}

.p-widget2__item {
    display: table;
    padding: 0.8em 0;
    border-bottom: .07rem dashed #ebedf2;
}

.p-widget2__info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.2rem;
    width: 100%;
    font-size: 1rem;
}

.p-widget2__text {
    font-size: 1rem;
    font-weight: 500;
    color: #87878a !important;
}

.p-widget2__ext {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.2em;
}

.p-widget2__number {
    font-size: 1.2rem;
    font-weight: 600;
}

.p-widget3__info {
    margin: 2rem 0;
    text-align: center;
    font-size: 1.3rem;
}

.p-widget3__title {
    display:inline-block;
    font-size: 3rem;
    font-weight: 600;
}

.p-widget3__desc {
    display:inline-block;
}

.p--font-accent {
    color: #294df7 !important;
}

.p--font-danger {
    color: #f4516c !important;
}

