body {
    background-color: rgb(255,255,255);
    color: rgb(14,14,14);
    font-size: 16px;
    line-height: 1.6em;
}
.container {
    max-width: 1000px;
    margin-bottom: 30px;
}
.site-title {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
}
.dropdown {
    display:block !important;
}
.navbar {
    margin-bottom: 0;
}
.jumbotron {
    padding-bottom: 1px;
    color: rgb(139,139,139);
}
dd {
    margin-bottom: 1em;
    padding-left: 2em;
}
.table, .table-striped {
    background-color: default;
    margin-top: 2em;
}
.table > tbody > tr > td {
     vertical-align: middle;
}
.csc-textpic-center {
    text-align: center;
}
.csc-textpic-center img {
    margin-bottom: 10px;
    max-width: 100%;
}
.csc-textpic-intext-left .csc-textpic-image {
     float: left;
     margin-top: 10px;
     margin-right: 20px;
     margin-bottom: 20px;
}
