@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

body, p {
  font-family: "Open Sans";
  font-size: 14px;
  color: #666;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    margin-top: 40px;
}

h5{
    font-size: 18px;
}

.container{
    max-width: 600px !important;
}

.head{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
}

hr{
    margin: 25px 0px 20px;
    border-color: #eee;
    opacity: 0.8;
}

.row{
    border-bottom: solid 1px #eee;
}

.col-6 a{
    font-weight: bold;
    color: #666;
    width: 100%;
    padding: 30px 0px;
    display: block;
    text-decoration: underline;
    line-height: 1.3;
}

.table{
    margin-bottom: 0px;
}
/*
th:first-child, td:first-child{
    width: 300px;
}*/

.table-dark td, .table-dark th, .table-dark thead th{
    border: solid 2px #fff !important;
}

.table-bordered td, .table-bordered th{
    border: solid 2px #fff !important;
    padding: 5px;
}

.table-dark {
    color: #666;
    background-color: #F0F0F0;
}