body {
    background: white;
    color: black;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto
}

input {
    font-size: 14px;
    border: 1px solid #bbb;
    outline: none;
    font-weight: normal;
    color: black;
}

textarea {
    display: block;
    overflow: hidden;
    padding: 8px 0 8px 0;
    width: 100%;
    font-size: 16px;
    border: none;
    font-weight: normal;
    color: black;
    max-height: 100px;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number] {
    max-width: 225px;
    padding: 8px;
    width: 60%;
    border: none;
    border-bottom: 1px solid #bbb;
    font-size: 16px;
}

select {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #aaa;
    padding: 4px;
    color: black;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    font-size: 12px;
    background: #f2f2f2;
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    display: inline-block;
    line-height: 1.2em;
    margin: 5px 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

input[type="button"].action-button {
    background: #047fff;
    color: white;
    border: 1px solid #047fff;

}

input[type="button"].inaction-button {
    background: white;
    color: #047fff;
    border: 1px solid #047fff;
}

input[type="button"].danger-button {
    background: red;
    color: white;
    border: 1px solid red;
}

input[type="button"].indanger-button {
    background: white;
    color: red;
    border: 1px solid red;
}

.page {
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.page p {
    margin: 15px 0;
}

.page h1 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 500;
}

.page h2 {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}

.loading-bar {
    margin-left: 45%;
    margin-top: 300px;
    border: 5px solid black;
    border-radius: 50%;
    border-top: 5px solid #fff;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.header-wrapper {
    width: 100%;
    background: #555;
}

.header {
    margin:0 auto;
    padding: 20px;
    background: transparent;
    overflow: hidden;
    color: white;
}

.header ul {
    padding: 0;
    list-style: none;
}

.header ul li {
    float: left;
    text-align: center;
    line-height: 21px;
    padding-right: 25px;
}

.menu {
    padding: 5px;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu-link {
    cursor: pointer
}

.right-menu {
    float: right
}

.graph {
    margin: 10px;
    margin-top: -20px;
}

.graph-heading {
    text-align: center;
    margin: 10px;
    font-weight: 600;
    color: #555;
}

.graph-heading span {
    cursor: pointer;
}

.chart-bar {
    margin-top: -30px;
}

.tab-content {
    overflow: hidden;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}

.row {
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #555
}

.row-header {
    font-weight: bold;
    text-transform: uppercase;
}

.column {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #555;
}

.header-column {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #555;
    width: 100%;
    font-weight: bold;
}

.table-header-link {
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

#display-profits-from,
#display-profits-to {
    border: none;
    width: 81px;
    font-size: 15px;
}

#submit-custom-profits {
    margin: 0;
    padding: 2px 6px;
}

#hide-custom-profits,
#cancel-custom-profits {
    margin: 0;
    padding: 2px 6px;
}

.total-column {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #555;
    width: 80%;
}

.list:hover {
    background: #ddd;
}

#markets .column {
    width: 16.66%;
}

#klines .column {
    width: 16.66%;
}

.kline {
    padding: 10px;
}

#markets .column {
    width: 33.33%;
}

#openings .column {
    width: 14.33%;
}

#openings .time-column {
    width: 14% !important;
}

#predictions .column {
    width: 12.285%;
}

#predictions .time-column {
    width: 14% !important;
}

#trades .column {
    width: 10.75%;
}

#trades .time-column {
    width: 14% !important;
}

#profits .column {
    width: 14.28%;
}

#profits .total-column {
    width: 71.4%;
}

