* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    border: 0 none;
    background: none repeat scroll 0 0 transparent
}

*:focus, *:active {
    outline: 0
}

body, html {
    height: 100%;
    background-color: #FFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*-webkit-font-smoothing: antialiased;*/
}

/* Utility */

.v_center{
    vertical-align: middle;
    display: table-cell !important;
}

.primary_text{
    color: rgba(255, 255, 255, 0.99);
}

.clock_text{
    color: rgba(225, 225, 225, 0.99);
	font-size: 19px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	padding-left: 11px;
	
	/*font-weight: 100;*/
}
.topclue_text{
	color: rgba(0, 0, 0, 0.99);
}

.disable-dbl-tap-zoom {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Layout */

#content {
    max-width: 768px;
    margin: 0 auto;
}

#crossword {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 100%;
	
}

.nav-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	/*border-radius: 5px;*/
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;*/
}

nav {
    height: 35px;
    line-height: 31px;
}

#header_clue_wrapper {
    position: relative;
    color: #fff;
	
}

#game_view {
    display: flex;
    flex-shrink: 0;
    width:100%;
}

#game {
    position: relative;
}

#game:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; /*trick here*/
  }

#board {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
    overflow: hidden;
	border-right: 1px solid #000;
	color: #fff;
}

#game, #dragger, #crossword_canvas {
    position: relative;
    width: 100%;
    height: 100%;
	
}

#crossword_canvas {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	padding: 3px;

}


#clue_list{
    display: none;
}

.keyboard_wrap {
    position: relative;
    margin-bottom: auto;
}

footer.page-footer {
    position: relative;
    margin-top: 0;
    padding: 3px;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

#football{
	position: relative;
    margin-top: 0;
    padding: 3px;
}

/* Presentation */

/*.post-header {
     min-height: calc(100vh - 6rem);
}

@supports (height: 100svh) {

     .post-header {
          min-height: calc(100svh - 6rem);
     }

}*/

.game_title {
    font-size: 17px;
    padding-left: 17px;
	font-family:   "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-stretch: extra-condensed;
}

#header_clue {
    display: flex;
    align-items: center;
    vertical-align: middle;
	font-family: "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	/*font-style:Impact, fantasy;*/
	font-size: 13px;
    padding: 3px 0;
	padding-left: 2px;
    width:100%;
    min-height: 15px;
	
	/*border: 1px solid #000;*/
	/*border-bottom: 1px solid #000;*/
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
}

.clue-number {
    padding-left: 15px;
}

.arrow {
    font-size: 14px !important;
    float: left;
    margin: 0;
    padding: 0 5px;
}

#board {
    background-color: #333;
}

.keyboard_wrap {
    width: 100%;
    background-color: #2b2b2b;
    flex-grow: 1;
}

.keyboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 15px;
}

.keyboard button {
    width: 8%;
    background-color: #6b6b6b;
    color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    margin: 4px 4px;
    text-align: center;
}

.keyboard button span {
    line-height: 29px;
}

.reveal_letter,
.reveal_word {
    vertical-align: middle;
}

#dragger {
    -webkit-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -moz-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -ms-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -o-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
    background-color: #000;
}

#key_interceptor{
    position:absolute;
    font-size:1px;
    opacity:0;
    left:-100px;
    top:-100px;
    -webkit-user-modify: read-write-plaintext-only;
}

#key_interceptor:focus{
    -webkit-user-modify: read-write-plaintext-only;
}

#loader {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
}

.preloader-wrapper {
    top: 45%;
}

/* Media Queries */

@media all and (min-width: 468px) {
    .keyboard_wrap {
        display: none;
    }
}

@media all and (max-width: 600px) {
	#content {
		height: 100%;
	}
    
	#cw_menu {
        position: absolute;
        right: 10px;
        bottom: 2px;
    }

    #cw_menu a.pink {
        background-color: transparent !important;
    }
}

@media all and (min-width: 600px) {

    #game_view {
        /*flex-grow: 1*/;
        position: relative;
    }

    #game {
        width: 65%;
    }

    #clue_list{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 35%;
        display: block;
        /* padding: 10px; */
        background-color: #fff;
        margin-bottom: 1px;
		
    }
    
    .clue_list_wrapper{
        height: 47%;
        position: relative;
		/*border-top: 1px solid #b0b0b0;*/
    }

    .clue_list_label{
        font-weight: bold;
        padding: 3px 10px;
		font-size:11px;
		font-family: "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		background-color: #FEFEFE;
        border-bottom: 1px solid #b0b0b0;
		border-top: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
    }

    #across_list, #down_list{
        position: absolute;
        width: 100%;
        top: 22px;
        bottom: 0;
		font-family: "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        padding: 8px;
		font-size:13px;
		border-right: 1px solid #b0b0b0;
        overflow-y: scroll;
    }

    #clue_list ul li {
        list-style-type: none;
        position: relative;
        overflow: hidden;
    }

    #clue_list ul li a {
        display: block;
        color:black;
        text-decoration: none;
        cursor: pointer;
        user-select: none;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .clue_hover{
        background: rgba(232, 234, 246, 0.50);
    }

    .clue_highlight{
        background: #cce6ff;
    }

    footer.page-footer {
        /*margin-top: auto;*/
    }

    #cw_menu {
        position: absolute;
        right: 10px;
        bottom: 19px;
    }
}

/* Animations */

.tile_animator {
    display: block; position: absolute;
    background: #4f52bb;
    border-radius: 100%;
    transform: scale(0);
}

.tile_animator.animate {
    animation: ripel 0.7s ease-in;
}

.ink {
    display: block;
    position: absolute;
    background: #c5cae9;
    border-radius: 100%;
    transform: scale(0);
}

.ink.animate {
    animation: ripel 0.5s linear;
}

@keyframes ripel {
    100% {
        opacity: 0; transform: scale(2.5);
    }
}