span.cm-comment{font-family: monospace;}
.hidden{display:none;}
.markdown-body{font-size:inherit!important;}

.table-bg{
    background: #f9fafc;
}

.index-container{
    /*max-width: 35rem;*/
    min-height: 25rem;
    /*margin-left: 25rem;*/
    /*float: left;*/
}

.index-title {
    color: #0c0c0c;
    padding-left: 0rem;
    /*background-color: #f9f7f5;*/
    /*border-color: #f9f7f5;*/
}

.index-column {
    color: #0c0c0c;
    font-size: 16px;
    background-color: #ebeff6;
    border-color: #ebeff6;
    padding-left: 1rem;
}

.warp-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.corp-link{
    color: #626b8a;
    font-size: 16px;
}

.div-title {
    margin-bottom: 0.5rem;
}

.suspending-button  {
    position: fixed;
    right: 1rem;
    bottom: 10rem;
    min-width: 4rem!important;
    min-height: 4rem!important;
    font-size: 18px;
    border-radius: 80px;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    text-align: center;
    background: #007bff;
    border-radius: 80px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 80px;
    z-index: 999999;
    width: 0.75rem;
    height: 0.75rem;
    background-size: 60%;
}

.second-suspending-button  {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    min-width: 4rem!important;
    min-height: 4rem!important;
    font-size: 18px;
    border-radius: 80px;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    text-align: center;
    background: #007bff;
    border-radius: 80px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 80px;
    z-index: 999999;
    width: 0.75rem;
    height: 0.75rem;
    background-size: 60%;
}
