thead {
    border-color: blue;
}

.sombreado {
    text-shadow: 1px 0 0 rgb(255, 255, 255), -1px 0 0 rgb(255, 255, 255), 0 1px 0 rgb(255, 255, 255), 0 -1px 0 rgb(255, 255, 255), 1px 1px rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 black, -1px 1px 0 rgb(255, 255, 255), 3px 3px 4px #ffffff;
}

.golesLocal, .golesVisitante {
    width:100%;
    height:100%;
    text-align: center;
    border:none;
}

#errorMsg {
    color: red;
}

.field {
    margin-bottom: 10px;
  }
  
  .field label {
    display: block;
    font-size: 12px;
    color: #777;
  }
  
  .field input {
    display: block;
    min-width: 250px;
    line-height: 1.5;
    font-size: 14px;
  }
  
  input[type="submit"] {
    display: block;
    padding: 6px 30px;
    font-size: 12px;
    background-color: #161616;
    color: #fff;
    border: none;
    height:30%;
    margin-top:25px;
  }
