﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Source+Sans+Pro:400,600,700');

body, html {
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    position: relative;
    min-height: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 1.5;
    color: #282f53;
}

.card {
    border: 1px solid #e9edf4;
}

.card-header {
    padding: .8rem 1rem;
    background-color: #e9edf4;
    border-bottom: 1px solid #e9edf4;
    font-weight: 600;
}

.modal-title {
    font-weight: 600;
}