.text-shadow {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8), 
               -2px -2px 4px rgba(0,0,0,0.8), 
               2px -2px 4px rgba(0,0,0,0.8), 
               -2px 2px 4px rgba(0,0,0,0.8);
}

.text-outline {
  text-shadow: -1px -1px 0 #000, 
                1px -1px 0 #000, 
               -1px 1px 0 #000, 
                1px 1px 0 #000;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem; 
}

.input-group-label, .input-group-field, .input-group-button {
    display: table-cell;
    margin: 0;
    vertical-align: middle; 
}

.input-group-label {
    text-align: center;
    width: 1%;
    height: 100%;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca; 
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0; 
}

.input-group-button {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%; 
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0; 
}

#sportnav a,
#sportnav h2,
#sportnav img,
#sportnav li,
#sportnav p,
#sportnav ul {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: normal;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box; }

#sportnav {
  margin: 0;
  padding: 0;
  z-index: 99;
  float: left; }
  #sportnav a {
    color: #ffffff; }
  #sportnav a:hover {
    color: #ccc000; }
  #sportnav ul li {
    display: inline;
    color: #ffffff;
    margin-left: 20px;
    font-size: 14px; }
  #sportnav ul li.active {
    font-weight: bold; }
  #sportnav .button {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px;
    width: 80%;
    max-width: 200px;
    background: #fff;
    /* fallback color for old browsers */
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out; }