.block-star {
    writing-mode: vertical-rl;
    margin-right: 0;
    margin-left: auto;
    height: 130px;
}
.block-house {
    border-top: 1px solid #000;
    cursor: pointer;
}

td.border-gray-3 {
    border: solid 3px #424242;
}
.table-horoscope.table > :not(caption) > * > * {
    padding: 0;
}
.table-horoscope td {
    background-color: #f4f4ff;
}
td.block-profile {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.tag-purple {
    position: absolute;
    writing-mode: horizontal-tb;
    border: solid 2px #716af2;
    color: #716af2;
    padding: 1px 2px;
    font-size: 12px;
    font-weight: bold;
    bottom: 68px;
    left: 10px;
}
.star-tag {
    position: absolute;
    writing-mode: horizontal-tb;
}
.pos-star-tag-1,
.pos-star-tag-2,
.pos-star-tag-3,
.pos-star-tag-4 {
    bottom: -30px;
}
.pos-star-tag-1,
.pos-star-tag-5,
.pos-star-tag-7,
.pos-star-tag-9 {
    right: -80px;
}

.pos-star-tag-4,
.pos-star-tag-6,
.pos-star-tag-8,
.pos-star-tag-12 {
    left: -80px;
}

.pos-star-tag-5,
.pos-star-tag-6 {
    bottom: 80px;
}

.pos-star-tag-2,
.pos-star-tag-10 {
    right: 8px;
}

.pos-star-tag-3,
.pos-star-tag-11 {
    left: 8px;
}

.pos-star-tag-9,
.pos-star-tag-10,
.pos-star-tag-11,
.pos-star-tag-12 {
    top: -30px;
}

.pos-star-tag-7,
.pos-star-tag-8 {
    top: 80px;
}

.table-decade tr,
.table-year tr {
    border-bottom: 1px solid #000;
}

.vertical-text {
    writing-mode: vertical-lr;
    letter-spacing: 8px;
}
.vertical-colon-pos {
    display: inline-block;
    position: relative;
    left: -4px;
}

.table-decade > tbody tr,
.table-year > tbody tr {
    cursor: pointer;
}
.table-decade > tbody tr:hover,
.table-year > tbody tr:hover,
.block-house:hover {
    background-color: #dadaf8;
}
