.calendar-row {
    display: block;
    font-size: 12px;
    color: #616161;    
    margin-bottom: 5px;
}
.calendar-row-date {
    display: inline-flex;
    width: 60px;
    white-space: nowrap;
    margin-left: 10px;
}
.calendar-row-container {
    display: inline-flex;
    justify-content: start;
    align-items: center;
}
.calendar-row-container > *, 
.calendar-row-elements > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.calendar-row-date, 
.calendar-row-item, 
.calendar-row-score {
    font-weight: 700;
}
.calendar-row-score, .calendar-row-item.item-text {
    padding: 3px 3px !important;
}

.calendar-row-score {
    width: 20px;
}
 
.calendar-row-item, .calendar-row-score {
    height: 20px;
    padding: 3px 2px;
    display: inline-flex;
    align-items: center;
}

.calendar-row-item > img {
    width: 12px;
    height: 12px;
}

.calendar-row-date,
.calendar-row-time,
.calendar-row-score,
.calendar-row-elements,
.calendar-row-yogas,
.calendar-row-periods,
.calendar-row-other,
.calendar-row-hora {
    margin-right: 5px;
}

.calendar-row-score {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.calendar-row-hora > img {
    width: 15px;
    height: 15px;
}

.calendar-row-tithi > img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.calendar-row-tithi-number {
    font-size: 10px;
}

.calendar-row-elements .calendar-row-item:first-child,
.calendar-row-yogas .calendar-row-item:first-child, 
.calendar-row-periods .calendar-row-item:first-child,
.calendar-row-other .calendar-row-item:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
}

.calendar-row-elements .calendar-row-item:last-child,
.calendar-row-yogas .calendar-row-item:last-child, 
.calendar-row-periods .calendar-row-item:last-child,
.calendar-row-other .calendar-row-item:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
}

.calendar-row-elements .calendar-row-item:only-child,
.calendar-row-yogas .calendar-row-item:only-child, 
.calendar-row-periods .calendar-row-item:only-child,
.calendar-row-other .calendar-row-item:only-child {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.current-row {
    background-color: #E5E0D2;
}
.past-row {
    opacity: 0.5;
}
.calendar-row:hover {
    background-color: #F1EDE2;
}
.calendar-row-pseudo-button {
    border: none !important;
    background-color: rgb(255, 255, 255, 0) !important;
    color: #616161;
}
.calendar-row-pseudo-button:hover {
    cursor: pointer !important;
}
.calendar-row:last-child {
    opacity: 0.2;
}
.calendar-row:nth-last-child(2) {
    opacity: 0.35;
}
.calendar-row:nth-last-child(3) {
    opacity: 0.5;
}