body {
    background-color: lightgrey;
    font-family: "arial";
}

h1, h2, h3, h4, h5 {
    color: black;
    font-family: "arial";
}

p {
    font-family: "arial";
}

.well-sm, .well-lg, .col-lg, .navbar-form, .navbar, .navbar-default {
    background-color: white;
    color: black;
    border-radius: 15px;
    border-color: darkgreen;
    border-width: 2px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.table-responsive {
   overflow:no-content;
}

td {
    font-size: 10px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: lightsteelblue;
}
