.page p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.page h1,
.page h2,
.page h3,
.page h4 {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.page h2 {
    font-size: 2em;
}

.page h3 {
    font-size: 1.5em;
}

.page ul {
    list-style: circle;
    padding-left: 1em;
    margin-bottom: 1em;
}

.page table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.page table * {
    position: relative
}

.page table td,
.page table th {
    padding-left: 8px
}

.page table thead tr {
    height: 60px;
    background: #6f6297
}

.page table tbody tr {
    height: 50px
}

.page table tbody tr:last-child {
    border: 0
}

.page table td,
.page table th {
    text-align: left
}

.page table td.l,
.page table th.l {
    text-align: right
}

.page table td.c,
.page table th.c {
    text-align: center
}

.page table td.r,
.page table th.r {
    text-align: center
}

.page th {
    font-size: 1em;
    color: #fff;
    line-height: 1.2;
}

.page tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

.page tbody tr {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.2;
}

.page tbody tr:hover {
    color: #555;
    background-color: #e9e9e9;
    cursor: pointer
}
