.box,.chardiv{
    border:2px solid #444444;
    width:2.5em;height:2.5em;
    display:inline-block;
    margin-right:1.5%;
    margin-bottom: 6px;
    font-color:#000;
    font-weight: bold;
    font-family: arial;
    line-height: 2.5em;
    text-align: center;
    cursor:pointer;
    user-select: none;
    border-radius: 5px;
    transition: all 0.5s;

}
.box:hover,.chardiv:hover {
    background:#e7e7e7
}
.disabled{
    background:#e7e7e7;
    border:2px solid #cccccc;
    opacity:0.5
}
.success{
    background: #c4ffed !important;
    border: 2px solid #037350 !important;
    color: #037350 !important;
    transition: all 0.5s;
}
.dangers{
    background: #fff4f4 !important;
    border: 2px solid red !important;
    color: red !important;
    transition: all 0.5s;
}
.filled{
    background:#333333;
    border:2px solid #444444;
    color:#ffffff
}

.nulbox{
    width:100%;
    display:inline-block;
}

@keyframes coloring {
    0%   { background: #ffffff; }
    20%  { background: #f7f7f7; }
    40%  { background: #ffa011; }
    60%  { background: #e7e7e7; }
    100% { background: #ffffff; }
}
.selected {
    animation: coloring 1.5s infinite linear;
}
.process{
    background:#fff;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    display:none
}
.container{
    position:relative;
}
.topbar {
    border-bottom:1px solid #ccc;
    padding:15px 0px
}

.time {
    font-weight: 600;
    color: #037350;
}

.completed-title {
    font-weight:800;
    font-size:2em;
    color:#444
}
.completed-score {
    font-weight:600;
    font-size:1.5em;
    color: #037350;
}
.completed-score-title {
    font-weight:600;
    letter-spacing: 1px;
    font-size: 12px;
}
.completed,.continued {
    display:none;
}
#confetti-holder{
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    z-index: 2;
    text-align: center;
    vertical-align:middle;
}

#e0DQ82qcIov1 {
    height: 100%;
    min-width: 600px;
    min-height: 600px;
    width:100%
}



@media only screen and (max-width: 1024px) {
    .continued .col-8, .continued .boxes,.continued .anagram{
        width:100%
    }
    .box,.chardiv{
        width:2.2em;height:2.2em;
        line-height: 2.2em;

    }
}

@media only screen and (max-width: 480px) {
    .continued .col-8, .continued .boxes,.continued .anagram{
        width:100%
    }
    .box,.chardiv{
        width:2em;height:2em;
        line-height: 2em;

    }
}





.share {

    border-radius: 80px;
}
.share span {
    width: 200px;
    line-height: 40px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 40px;
}
.share nav {
    font-size: 0;
}
.share a {
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 -20px;
}
.share a i{
    font-size:0.7em
}
.share a:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0;
}
.share a:nth-child(1):hover {
    background-color: #61c5ec;
}
.share a:nth-child(2):hover {
    background-color: #3b5998;
}
.share a:nth-child(3):hover {
    background-color: #0178b5;
}
.share a:nth-child(4):hover {
    background-color: #24d366;
}
.share a:nth-child(5):hover {
    background-color: #555555;
}

.share:hover span, .share.hover span {
    opacity: 0;
}
.share:hover a, .share.hover a {
    border-radius: 50%;
    margin: 0 10px;
    color: #000000;
    font-size: 28px;
}
.share:hover a:hover, .share.hover a:hover {
    color: #fff;
}
.settings:hover {
    cursor:pointer;
    color:#000
}
#helpbuton {
    display:none
}
#emailtext {
    border:1px solid #444
}
.completed-input label {
    font-size:1em !important;
    color:#000 !important;
    font-weight: 300;
}

.completed-text {
    font-size:1em !important;
    color:#000 !important;

}
.completed .topbar {
	border-bottom:none !important
}