.frac { display: inline-block; position: relative; vertical-align: middle; letter-spacing: 0.001em; text-align: center; } .frac > span { display: block; padding: 0.1em; } .frac span.bottom { border-top: thin solid black; } .frac span.symbol { display: none; } .fakeform{ /*position: relative; left: 50%;*/ margin: auto; width: 50%; /*border: 3px solid green;*/ padding: 10px; position: relative; left: 125px; } span{ font-size: 30px; position: relative; top: 1px; } .button_txt{ display: flex; flex-direction: row; margin: 25px; /*position: relative; top: -20px;*/ } .column { float: left; padding: 10px; height: 100px; } .left{ width: 500px; } .right{ width: 300px; } .column:after { content: ""; display: table; clear: both; } .main_Container{ display: flex; flex-direction: column; margin: 25px; position: relative; top: -20px; } /* Create two equal columns that floats next to each other */ .main_Column { float: left; padding: 10px; height: 650px; } .left{ width: 60%; } .right{ width: 40%; } .main_Row{ float: top; padding: 10px; } .up{ height: 90%; } .down{ height: 10%; } /* Clear floats after the columns */ .main_Row:after { content: ""; display: table; clear: both; } .status_table table, th, td { border: 1px solid black; } .status_table td { padding-top: 20px; padding-bottom: 20px; text-align: center; } .status_table th { width: 13%; padding-top: 20px; padding-bottom: 20px; text-align: center; font-weight: bold; } #canvas{ position: relative; z-index: -1; left: -280px; top: -190px; } .btns{ position: relative; z-index: 3; } .button { background-color: #4CAF50; border: none; color: white; padding: 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; margin-left: 4vw; cursor: pointer; border: white; position: relative; top: -2vh; } .bbutton { width: 50px; height: 50px; color: white; font-size: 25px; background-color: #4CAF50; position: relative; margin-right: 50px; margin-left: 50px; border: white; } .bbutton:before { content: ""; position: absolute; top: -38px; left: -35px; width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-bottom: 40px solid #4CAF50; } .button1 {border-radius: 0px;} .button2 {border-radius: 0px;} .button3 {border-radius: 0px;} .button4 {border-radius: 0px;} .button5 {border-radius: 0px;} .status_table{ position: relative; left: 95px; top: 10%; z-index: 2; } /* copy & paste ends here*/ .otree-title.page-header{ font-size: 45px; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } .row{ position: relative; width: 140%; left: -10%; } p{ font-size: 22px; text-indent:0; } li{ font-size: 22px; } ul{ font-size: 22px; } h2{ text-align: center; } .collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 21px; } .expanded, .collapsible:hover { background-color: #555; } .collapsible:after { content: '\002B'; color: white; font-weight: bold; float: right; margin-left: 5px; } .expanded:after { content: "\2212"; } .content { padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; background-color: #f1f1f1; } li:not(:last-child) { margin-bottom: 10px; } .roleS{ font-size:1.2em; font-weight: bold; color: red; } .roleR{ font-size:1.2em; font-weight: bold; color: dodgerblue; } .roleTR{ font-size:1.2em; font-weight: bold; color: dodgerblue; text-decoration: underline; } .roleFR{ font-size:1.2em; font-weight: bold; color: darkgrey; text-decoration: underline; } .ptable table, th, td { border: 2px solid black; padding: 0; table-layout:fixed; text-align: center; } .ptablet head tr th:first-child, .ptable tbody tr td:first-child { width: 8em; min-width: 8em; max-width: 8em; } button{ margin:15px; padding: 4px 8px; font-size: 30px; } {# /* style range */#} {#input[type=range] {#} {# width: 100%;#} {# max-width: 100%;#} {# margin-left: 0;#} {#}#} {##} {#/* style datalist */#} {#input[type=range] + datalist {#} {# display: block;#} {# margin-top: -4px;#} {#}#} {#input[type=range] + datalist option {#} {# display: inline-block;#} {# width: calc((100% - 12px) / (var(--list-length) - 1));#} {# text-align: center;#} {#}#} {#input[type=range] + datalist option:first-child {#} {# width: calc((100% - 12px) / ((var(--list-length) - 1) * 2) + 6px);#} {# text-align: left;#} {#}#} {#input[type=range] + datalist option:last-child {#} {# width: calc((100% - 12px) / ((var(--list-length) - 1) * 2) + 6px);#} {# text-align: right;#} {#}#} {##} {#input[type=range]::-webkit-slider-runnable-track {#} {# -webkit-appearance: none;#} {# background: #ddd;#} {# border: none;#} {# border-radius: 3px;#} {# height: 10px;#} {#}#} {##} {#input[type=range]::-webkit-slider-thumb {#} {# -webkit-appearance: none;#} {# margin-top: -4px;#} {#}#} {##} {#* {#} {# box-sizing: border-box;#} {#}#} {# body {#} {# font-family: sans-serif;#} {# font-size: 20px;#} {# line-height: 20px;#} {# color: black;#} {# background: white;#} {#}#} input[type=range] { -webkit-appearance: none; display: block; margin: 0; width: 100%; background: transparent; } input[type=range]::-webkit-slider-runnable-track { -webkit-appearance: none; width: 100%; height: 40px; color: transparent; background: lightgray; border-radius: 999px; border: none; } input[type=range]::-moz-range-track { -webkit-appearance: none; width: 100%; height: 40px; color: transparent; background: lightgray; border-radius: 999px; border: none; } input[type=range]::-ms-track { -webkit-appearance: none; width: 100%; height: 40px; color: transparent; background: lightgray; border-radius: 999px; border: none; } input[type=range]::-ms-fill-lower { display: none; } input[type=range]::-ms-fill-upper { display: none; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; height: 40px; width: 40px; border-radius: 30px; background: black; box-shadow: 0px 2px 10px -2px black; } input[type=range]::-moz-range-thumb { -webkit-appearance: none; height: 40px; width: 40px; border-radius: 30px; background: black; box-shadow: 0px 2px 10px -2px black; } input[type=range]::-ms-thumb { -webkit-appearance: none; height: 40px; width: 40px; border-radius: 30px; background: black; box-shadow: 0px 2px 10px -2px black; } .ticks { display: flex; justify-content: space-between; padding: 10px 20px; } .tick { position: relative; display: flex; justify-content: center; width: 1px; background: gray; height: 10px; line-height: 50px; margin-bottom: 20px; } .not-clicked::-webkit-slider-thumb{ -webkit-appearance: none; visibility: hidden; } .not-clicked::-moz-range-thumb{ -webkit-appearance: none; visibility: hidden; } .choiceButtons { background-color: #4CAF50; border: none; color: white; padding: 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; margin-left: 20px; cursor: pointer; border: white; position: relative; top: 35px; border-radius: 10px; position: relative; top: -20px; }