body {
    margin: 0px;
}

a {
    text-decoration: none !important;
}

.scoreBox {
    text-align: center !important;
}

.signupSpan, .signupDash { display: inline-block; width:100%;}
.signupSelf { font-weight: bold; }

.card-header {
    background-color: #d1e7dd !important;
}

.modal-backdrop {
    z-index: 1020;
}

.birdie {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 1px solid #666;
    color: red;
    text-align: center;
}

.bogey {
    border-radius: 0%;
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 1px solid gray;
    color: black;
    text-align: center;
}

.doublebogey {
    border-radius: 0%;
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 4px double gray;
    color: black;
    text-align: center;
}

.eagle {
    border-radius: 50%;
    
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 4px #666 double;
    color: green;
    text-align: center;
}

.cut {
    background-color:green !important;
}

.btn-pink, .reversecut {
    background-color:pink !important;
}


@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) 
    {
        .card-title, .card-header { font-size:1.5rem; } 
        .card-signup-body { font-size: 1.2rem; } 

        .birdie {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 2px;
        
            background: #fff;
            border: 1px solid #666;
            color: red;
            text-align: center;
        }

        .scorecardInput {
            width:2em !important;
        }

        .teeName {
            width:150px !important;  
        }       
        
        .teeSelect {
            width:150px !important;
        }

        input[type=text], input[type=tel], input[type=num] {
            width:3em !important;
            color: black;
            text-align: center;
        }

        .scorecardTable th:first-child,
        .scorecardTable td:first-child {
          position: sticky;
          left: 0;
          background-color: white;
          color: black;

        }
        
        .headerTD {
            text-align: center;
        } 
  }

  @media only screen and (max-device-width: 480px) 
    {
        .card-title, .card-header { font-size:1.5rem; } 
        .card-signup-body { font-size: 1.2rem; } 

        .birdie {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 2px;
        
            background: #fff;
            border: 1px solid #666;
            color: red;
            text-align: center;
        }

        .scorecardInput {
            width:2em !important;
        }

        .teeName {
            width:150px !important;  
        }       
        
        .teeSelect {
            width:150px !important;
        }      

        input[type=text], input[type=tel], input[type=num] {
            width:3em !important;
            color: black;
            text-align: center;
        }

        .scorecardTable th:first-child,
        .scorecardTable td:first-child {
          position: sticky;
          left: 0;
          background-color: white;
          color: black;
        }

        .headerTD {
            text-align: center;
        } 
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .card-title, .card-header { font-size:1.5rem; } 
        .card-signup-body { font-size: 1.2rem; } 

        .birdie {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 2px;
        
            background: #fff;
            border: 1px solid #666;
            color: red;
            text-align: center;
        }

        .scorecardInput {
            width:2em !important;
        }

        .teeName {
            width:150px !important;  
        }       
        
        .teeSelect {
            width:150px !important;
        }      

        input[type=text], input[type=tel], input[type=num] {
            width:3em !important;
            color: black;
            text-align: center;
        }

        .scorecardTable th:first-child,
        .scorecardTable td:first-child {
          position: sticky;
          left: 0;
          background-color: white;
          color: black;

        }

        .headerTD {
            text-align: center;
        }       
  }  