/*v 0.1*/ .otree-body{ max-width:1200px } .otree-timer { display: none; } table.paleBlueRows { font-family: "Times New Roman", Times, serif; border: 1px solid #FFFFFF; width: 350px; height: 200px; text-align: center; border-collapse: collapse; } table.paleBlueRows td, table.paleBlueRows th { border: 1px solid #FFFFFF; padding: 3px 2px; } table.paleBlueRows tbody td { font-size: 20px; background: #87c3ff; } table.paleBlueRows tr:nth-child(even) { background: #D0E4F5; } table.paleBlueRows thead { background: #0B6FA4; border-bottom: 5px solid #FFFFFF; } table.paleBlueRows thead th { font-size: 20px; font-weight: bold; color: #FFFFFF; text-align: center; border-left: 3px solid #FFFFFF; } table.paleBlueRows thead th:first-child { border-left: none; } table.paleBlueRows tfoot td { font-size: 14px; } td { background: #47b75e; border: 1px solid #d4fcdb; min-width: 32px; height: 32px; text-align: center; } .input_letter { cursor: pointer; font-weight: bold; display: inline-block; margin: 5px; padding: 5px; border: 1px solid orange; background-color: white; color: initial; width: 36px; height: 36px; text-align: center; opacity: 200%; } #input_bg { display: none; position:absolute; width:100%; height:100%; top:0px; left:0px; } #input_container { display: none; /*border: 1px solid;*/ position: absolute; height: 100px; width: 350px; background-color: grey; color: black; opacity: 85%; top: 400px; left: 300px; font-weight: bold; } .hand_letter { background: #f3e797; font-weight: bold; display: inline-block; text-align: left; margin: 10px; border: 1px solid orange; width: 36px; height: 36px; padding-top: 6px; padding-left: 6px; } .hand_letter_points { display: inline; font-size: 8pt; } .letters_left { display: inline-block; } .player_name { display: inline-block; } .tw { background: #6293e6; } .dw { background: #1f49f8; } .tl { background:#3675FA; } .dl { background:#22ACD8; } .start { background:#ff5500; } .color_instruction { display: inline-block; height: 20px; width: 20px; margin: 2px; } .info_cont { /*padding: 15px;*/ text-align: left; font-size: 15px; margin-left: 50px; width: 910px; height: 200px; } .ueber { font-size: 20px; font-weight: bold; } .score_container { /*padding: 15px;*/ font-weight: bold; text-align: left; font-size: 20px; margin-left: 50px; width: 430px; height: 480px; } #board { font-weight: bold; } #your_letters { margin-top: 10px; } .input_here { background: #e2ff00; } .player_set_tile { background: #ff9900; } .ki_set_tile { background: #d3f7db; } .language_selector a { color: #2f2f2d; margin-top: 20px; margin-bottom: 10px; display: block; } img { margin-right: 5px; } .button { box-shadow: rgb(202, 239, 171) 0px 1px 0px 0px inset; border-radius: 3px; border: 1px solid rgb(38, 138, 22); cursor: pointer; font-weight: bold; font-size: 14px; padding: 6px; background: linear-gradient(rgb(92, 184, 17) 5%, rgb(119, 212, 42) 100%) rgb(92, 184, 17); } .button:disabled, .button[disabled] { cursor: auto; } .game { margin-right: 0px; } .manual { max-width: 700px; } h1, h2 { font-size: 100%; } .wrapper { float: left; max-width: 1150px; margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; }