﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    width: 100%;
}

.adminNav a {
    text-shadow: 1px 1px 2px red, 1px 1px 10px #ccc;
}

.fundManagerNav{
    color: darkgreen !important;
}

.isTournament {
    color: forestgreen !important;
}

table.display {
    margin: 0 1em 0 0.5em;
    width: 100% !important;
}

.btn.btn-prim {
    min-width: 1em;
    background-color: #00629b;
    color: #fff !important;
    font-family: inherit;
    transition: all .3s;
    border: 0;
    border-radius: 3px;
    text-decoration: none !important;
}

a.btn.btn-sm {
    margin: 3px;
}