@charset 'UTF-8';

.math_title{
    margin: 10px 0px;
}
.math_title h2{
    font-size: 1.92308em;
    line-height: 1.92em;
    line-height: 1.3;
    display: block;
    float: none;
}
.history{
    width: 100%;
    border-spacing: 0px 5px;
}
.history::-webkit-scrollbar
{
    display: none;
}
.historytable{
    width: 100%;
    border-spacing: 0px 5px;
    margin-bottom: 10px;
}
.historytable tr {
    margin: 8px 8px;
}
.historytable th {
    background-color: #CEE3F6;
    font-size: 110%;

}
.historytable td {
    background-color: #E0ECF8;

}
.historytable span{
     padding-right: 4px;
}
.access_date{
    padding: 8px 8px;
    width: 15%;
    min-width: 90px;
}
.your_script{
    padding: 8px 8px;
    max-width: 100px;
    overflow: hidden;
}
.url{
    padding: 8px 8px;
    width: 30px;
    vertical-align: middle;
}
.alg-layer-1
{
    margin: 2px;
    padding-left: 0px;
}
.alg-layer-2
{
    margin: 2px;
    padding-left: 16px;
}
.alg-layer-3
{
    margin: 2px;
    padding-left: 32px;
}
.alg-layer-4
{
    margin: 2px;
    padding-left: 48px;
}
.alg-nest-start
{
}
.alg-nest-end
{
}
.alg-command
{
}
.alg-command img
{
  height : 10px;
}
ul.pager {
    margin: 0 0 10px;
    padding: 8px;
    background: #eee;
    text-align: center;
    border: none;
}
ul.pager li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
ul.pager li span{
    display: inline-block;
    margin: 0 1px 1px 0;
    padding: 1px 8px;
    text-decoration: none;
    vertical-align: middle;
}
.currentpage{
    background: #eeeff7;
    border: none;
}
.otherpage{
    background: #fff;
    border: 1px solid #aaa;
}
.otherpage:hover {
    background: #eeeff7;
    border-color: #00f;
}
