body,
main {
    color: #ccc;
    background-color: #090b0c;
    font-family: "fot-udmarugo_large_prob", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

h1 {
    color: #fff;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

blockquote {
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 3px 0 3px;
    font-size: 17.5px;
    border-left: 5px solid rgb(59, 59, 59);
}

main {
    width: 900px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::after {
    clear: both;
    display: table;
    content: " ";
}

a {
    color: #337ab7;
}

a:focus,
a:hover {
    color: #23527c;
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#support {
    white-space: nowrap;
}

#video,
#hashCanvas,
#scrap {
    display: none;
}

button {
    border-radius: 5px;
    border: 1px solid #181818;
    background-color: #d6d6d6;
    /* Green */
    border: none;
    color: rgb(22, 22, 22);
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 2px;
}
.green {
    background-color: #09ff00;
}

.red {
    background-color: #ff0000;
    color: #f0f0f0;
}

.rank-select, .star-select, .uelevel-select {
    font-size: 18px;
}

input[type=number] {
    margin: 3px;
    background-color: rgba(22, 22, 22, 0);
    width: 60px;
    border: 1px solid rgb(71, 71, 71);
    border-radius: 3px;
    font-size: 14px;
    color: #d6d6d6;
}

table input[type=number] {
    margin: 5px;
    border-radius: 5px;
    font-size: 18px;
}

h2,
h3 {
    margin-bottom: 0.3em;
}

td,
th {
    padding: 0px;
    margin: 0px;
    border: solid #666666 1px;
    text-align: center;
    vertical-align: middle;
}

tbody tr:nth-child(odd) {
    background-color: #101010;
}

tbody tr:nth-child(even) {
    background-color: #151515;
}

thead tr {
    background-color: rgb(41, 184, 77);
    color: #090b0c;
    height: 35px;
    font-size: 17px;
}

table {
    border-collapse: collapse;
}

.table-img {
    width: 64px;
}

figcaption {
    margin-top: -4px;
    margin-bottom: -8px;
}