/*@font-face {
    font-family: "Digital 7";
    src: url("digital-7.ttf");
}*/

body,
html {
    margin: 0px;
    font-family: Verdana, tahoma, arial, helvetica, sans-serif;
}

.hidden {
    display: none;
}

#container {
    position: absolute;
    top: 42px;
    width: 700px;
    height: 556px;
    border: 0px solid black;
    overflow: hidden;
    cursor: pointer;
}

#target-number {
    position: absolute;
    left: 268px;
    top: 58px;
    width: 124px;
    height: 90px;
    background-color: #222;
    color: white;
    border-radius: 6px;
    border: 2px solid #666;
    padding-left: 14px;
    padding-right: 14px;
    font-family: "Digital 7";
    font-size: 88px;
    text-align: center;
}

#tableau {
    position: absolute;
    left: 32px;
    top: 388px;
    width: 636px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #226;
    background-color: #7292bd;
    font-size: 20px;
}

#row-1 {
    position: absolute;
    left: 256px;
    top: 16px;
    width: 120px;
    height: 54px;
}

#row-2 {
    position: absolute;
    left: 18px;
    top: 94px;
    width: 600px;
    height: 54px;
}

.card {
    position: absolute;
    width: 20px;
    height: 42px;
    margin: 4px;
    background-color: #b2b6e2;
    border: 1px solid #225;
    border-radius: 2px;
}

.card.picked {
    opacity: 0;
}

.number {
    position: absolute;
    background-color: #bbe;
    padding-top: 6px;
    font-size: 32px;
    text-align: center;
    border: 1px solid #225;
    border-radius: 3px;
}

.number.flipped {
    background-color: #fff;
}

#reset-button {
    position: absolute;
    left: 242px;
    top: 12px;
    width: 86px;
    height: 18px;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 13px;
    padding: 12px;
    padding-top: 10px;
    text-align: center;
}

#reset-button:hover {
    background-color: #fbfbfb;
}

#play-button {
    position: absolute;
    left: 362px;
    top: 12px;
    width: 66px;
    height: 18px;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 13px;
    padding: 12px;
    padding-top: 10px;
    text-align: center;
}

#play-button:hover {
    background-color: #fbfbfb;
}

#instructions {
    position: absolute;
    left: 178px;
    top: 325px;
    width: 316px;
    height: 25px;
    background-color: #ffd;
    border: 1px solid #000;
    font-size: 18px;
    padding: 25px;
    padding-top: 4px;
    text-align: center;
}

#solve-button {
    position: absolute;
    left: 242px;
    top: 330px;
    width: 186px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 20px;
    padding: 10px;
    padding-top: 6px;
    text-align: center;
}

#solve-button:hover {
    background-color: #fbfbfb;
}

#quickstart {
    position: absolute;
    left: 274px;
    top: 184px;
    width: 118px;
    height: 22px;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 22px;
    text-align: center;
    padding: 12px;
    padding-top: 6px;
    cursor: pointer;
}

#quickstart:hover {
    background-color: #fbfbfb;
}

#solution {
    position: absolute;
    left: 60px;
    top: 388px;
    width: 574px;
    height: 84px;
    font-size: 34px;
    text-align: center;
}


/*# sourceMappingURL=styles.css.map */