* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #44697D;
}

#wrapper {
    position: relative;
    width: 900px;
    padding-left: 0px;
    margin: 0 auto;

}

#scoreTool {
    width: 900px;
    min-height: 510px;
    background-color: #000;
}

#title {
    width: 1150px;
    height: 58px;
    flex-shrink: 0;
    color: #fff;
    font-family: Arial Black;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-left:135px;
}

header {
    position: absolute;
    top:143px;
    left:963px;
    width: 188px;
    height: 80px;
    flex-shrink: 0;
}

#DisplayTheSet {
    position: relative;
    left:50px;
    top:7px;
    width: 211px;
    height: 121px;
    background-color: #000;
}

#DisplayTheSet h4 {
    height: 56px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #000;
    border: 2px solid #00729D;
    color: #FFF;
    font-family: Arial Black;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
}

#setSelector {
    width: 40px;
    position: absolute;
    top: 63px;
    left:135px;
    text-align: center;
 }

 #form_setSelect {
     display: none;
     flex-direction: column;
     align-items: center;
     margin-top: 0px;
 }

 #form_setSelect button {
     margin: 5px;
     width:100px;
     color: white;
     background-color: #000;
     border: 2px solid #00729D;
     font-family: Arial Black;
     font-size: 24px;
     font-style: normal;
     font-weight: 900;
     line-height: normal;
 }

/* This styles the main score boxes */
.scorebox {
    width: 215px;
    min-height: 176px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #000000;
    position: relative;
}
/* this is the score title */
.scorebox h3, #DisplayTheSet h3 {
    color: #FFF;
    text-align: center;
    font-family: Arial Black;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
/* this is the main score value */
.scoreboxLarge {
    width: 152px;
    height: 115px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #000;
    border: 2px solid #00729D;
    color: #FFF;
    font-family: Arial Black;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 0px;
}
/* sizes the plus/minus boxes */
.addSubtractBox {
    width: 53px;
    height: 56px;
    border: 2px solid #00729D;
    color: #FFF;
    text-align: center;
    font-family: Arial Black;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.addSubtractBox button {
    border: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: Arial Black;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.addSubtractBox button:hover {
    color: red;
}

.matchBox {
    border: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: Arial Black;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.chevron {
    color: #00729D;
    background-color:#000000;
    font-size: 24px;
}

.chevron:hover{
    color:yellow;
}

/* position the boxes in the scorebox */
.scoreboxPlus {
    position: absolute;
    top: 55px;
    left:153px;
}

.scoreboxPlus3 {
    position: absolute;
    top: 55px;
    left: 273px;
}


.scoreboxPlus6 {
    position: absolute;
    top: 55px;
    left: 1293px;
}
.scoreboxMinus {
    position: absolute;
    top: 114px;
    left:153px;
}

/* Timeouts section (for volleyball) */
.timeouts {
    width: 95px;
    height:58px;
    position: relative;
}

.timeouts h3 {
    color: #FFF;
    text-align: center;
    font-family: Arial Black;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.timeouts h4 {
    padding-top: 8px;
    margin: 0 auto;
    height: 48px;
    margin-top: 2px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #000;
    border: 2px solid #00729D;
    color: #FFF;
    font-family: Arial Black;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
}

.timeoutPlus {
    position: absolute;
    left:100px;
    top: 42px;
}

.timeoutMinus {
    position: absolute;
    left:153px;
    top: 42px;
}
/* the table for Set scores Volleyball */
#TableSetScores, #TableMatch {
    border: 2px solid #00729D;
    color: #FFF;
    background-color: #000;
}

#TableSetScores td, #TableMatch td {
    border: 2px solid #00729D;
    text-align:center;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 53px;
}

#TableMatch button {
    border: none;
    background-color: #000;
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#TableMatch button:hover {
    color:red;
}

/* POSITION THE ELEMENTS (ID's) ON THE PAGE */
#scoreboxAway {
    position: absolute;
    left: 300px;
    top: 60px;
}

#scoreboxHome {
    position: absolute;
    left: 570px;
    top: 60px;
}

#timeoutAway {
  position: absolute;
  left: 300px;
  top: 250px;
}

#timeoutHome {
    position: absolute;
    left: 570px;
    top: 250px;
}

#TableSetScores {
    position: absolute;
    left: 276px;
    top: 380px;
}

#TableMatch {
    position: absolute;
    left: 650px;
    top: 380px;
}

#reset button {
    position: absolute;
    top: 380px;
    left: 50px;
    border: 2px solid black;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #00729D;
    width: 200px;
    height: 77px;
}

#reset button:hover{
    color:black;
   
}
/*
.homeAway {
    font-family: Arial Black;
    font-size:16px;
    padding: 0 8px;
}
*/