/*@media only screen and (min-width: 1137px) {*/

/*    body,#container, #header, #content, #footer
    {
        width: 99%;
        background-color: #202424;
        vertical-align: middle;
        text-align: center;
        color: white;
    }
    p
    {
        font-family:"Times New Roman";
        font-size: 0.123%;
    }
    #container
    {
    }
    #header
    {
        color:white;
        height: 0.704%;
        vertical-align: bottom;
    }
    #content
    {
        color: #202424;
        height: 70%;
        float:left;
        margin-bottom: .04%;
        padding: .07%;
        overflow: auto;
        }*/ 
        @media only screen {  
        body{
            padding-top: 140px;
            padding-bottom: 50px;
            /*background-image:url("/css/images/softball-player-best.jpg");*/
            /*background-repeat:no-repeat;*/
            /*background-color:black;*/
            /*background-position:center;*/
        }
        .container {
          margin: 0px;
          width: auto;
        }            
      }
        #footer
        {
            height: .70%;
            clear:both;
            vertical-align: bottom;
            text-align: center;
        }     
        #accordion_wrapper
        {
            width: 94%;
            margin: 0 auto; 
        }
        #accordion
        {
            width: 100%;
        }
        .accordion
        {

            /*background: #363A3A;*/
            background: #6C98A3;
            background: -moz-linear-gradient(top,  #FFFFFF 0%, #6C98A3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#6C98A3));
            background: -webkit-linear-gradient(top,#FFFFFF 0%,#6C98A3 100%);
            background: -o-linear-gradient(top,#FFFFFF 0%,#6C98A3 100%);
            background: -ms-linear-gradient(top,#FFFFFF 0%,#6C98A3 100%);
            background: linear-gradient(top,#FFFFFF 0%,#6C98A3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#6C98A3',GradientType=0s);
            border-style:solid;
            border-width: .009%;
            border-color:#6C98A3;
            text-align: left;
            font-size: .4%;
        }
        h1,h2
        {
            text-align: center;
        }
        h3
        {
            font-size: 100%;
        }
        h5, h6
        {
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: bold;
        }
        .accordion .accordion_row
        {
            line-height: 0.4;
        }
        .accordion .accordion_row .accordion_header_image
        {
            margin: none;
            text-align: left;
        }

        .accordion .accordion_row .accordion_header_name
        {
            margin: none;
            text-align: left;
            width: 75%;
        }
        .accordion .accordion_row .accordion_header .accordion_name
        {
            text-align: left;
        }
        .accordion_content
        {
            height: auto;
            width: auto;
            /*max-height: 15em;*/
            padding: 1em 0em;
        }
        .accordion_content .accordion_content_row
        {
            line-height: 0.1em;
        }
        .accordion_content .accordion_content_row .accordion_content_header
        {
            height: 0.1em;
        }
        /* Standard Accordion Styles */
        .ui-state-default .ui-icon
        {
            background-image:  url(images/ui-icons_228ef1_256x240.png);
        }
        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
        {
            color: black;
            font-size: 1em;
        }
        .ui-accordion .ui-accordion-header
        {
            padding: 0;
            margin-bottom: 0;
        }
        .ui-accordion .ui-accordion-icons
        {
            padding-left: 2.2em;
        }
                  .right {
                  text-align: right;
                  padding-right: .3em;
                  min-width: 41;
                  }
                  .center {
                  text-align: center;
                  }
                  .css_right {
                  /* adding this keeps the sort icon on the same level as the label */
                  float:right;
                  }
                  .btn {
                  margin-bottom: 11px;
                  }
                  table.dataTable tr td {
                  font-size: 12px;
                  }  
                  table.stats_detail_table tfoot td {
                  background: #D3D6FF;
                  font-weight: bold;
                  }
                  table.dataTable tr.even.row_selected td {
                  background-color: #B0BED9;  
                  }
                  table.dataTable tr.odd.row_selected td {
                  background-color: #9FAFD1;
                  }
                  table.league-leaders tbody tr td {
                    padding: 1px;
                    padding-right: 1px;
                    vertical-align: middle;
                    font-size: 12px;
                  }
                  .typeahead, .typeahead-textarea {
                  z-index: 1051;
                  }
                  .col-sm-4 {
                    padding-right: 2px;
                    padding-left: 2px;
                  }
                  .col-sm-12 {
                    padding-right: 0px;
                    padding-left: 0px;
                  }
                  .col-md-2 {
                    padding-left: 0px;
                    padding-right: 0px;
                  } 
                  /*.col-md-12 {
                    padding-right: 2px;
                    padding-left: 2px;
                  }*/
                  .navbar-fixed-top {
                    margin-bottom: 1px;
                  }
                  table.dataTable.display tbody tr.odd.highlight, table.dataTable.display tbody tr.even.highlight {
                    font-weight: bold;
                    font-size: 14px;
                    color: red;
                  }
.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.input-group .form-control {
  position: unset;
}