body {
}

.title {
    padding:15px;
}

main {
    margin-top:10px;
    margin-bottom:10px;
}

.border-dotted {
    border-width: 3px !important;
    border-style: dotted !important;

}

footer {
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
}
footer a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.text-larger {
    font-size:1.5em;
}

.nowrap {
    white-space: nowrap;
}

.btn-rookies,
.btn-rookies:visited
{
    color:rgb(255,255,255);
    background-color: rgb(85, 195, 144);
    border-color: rgb(85, 195, 144);
}

.btn-rookies:hover,
.btn-rookies:focus,
.btn-rookies:active
{
    color:rgb(255,255,255) !important;
    background-color: rgb(65, 175, 124) !important;
    border-color: rgb(65, 175, 124) !important;
}

.btn-outline-rookies,
.btn-outline-rookies:visited{
    color:rgb(85, 195, 144) !important;
    background-color: none !important;
    border-color: rgb(85, 195, 144) !important;
}

.btn-outline-rookies:hover,
.btn-outline-rookies:focus,
.btn-outline-rookies:active{
    color:rgb(255,255,255) !important;
    background-color: rgb(65, 175, 124) !important;
    border-color: rgb(65, 175, 124) !important;
}

/* smart phones */
@media screen and (max-device-width: 480px) {
}

