body {
    padding-top: 70px;
    padding-bottom: 30px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.nav > li {
    float: left;
}

.cycle-row {
    clear:  both;
    padding: 10px 10px;
    overflow: hidden;
    background-color: #98AEAD;
    border-radius: 20px;
    margin-top: 5px;
}

.cycle-entry {
    float: left;
    width: 75px;
    overflow: hidden;
    border: 1px solid black;
    cursor: pointer;
}

.cycle-entry .stamp {
    height: 60px;
    position: relative;
}

.baby-stamp {
    max-width: 100%;
    max-height: 100%;
}

.cycle-entry .yellow {
    background-color: #F89406 !important;
}

.cycle-entry .green {
    background-color: #51A351 !important;
}

.cycle-entry .red {
    background-color: #BD362F !important;
}

.cycle-entry .white {
    background-color: white !important;
}

.cycle-entry .ovulation {
    background-color: rgb(121, 121, 184) !important;
}

.cycle-entry .peak {
    bottom: 0;
    position: absolute;
    font-size: 16px;
}

.cycle-entry .temp {
    position: absolute;
    right: 3px;
    font-size: 14px;
}

.cycle-entry .intercourse {
    bottom: 0;
    right: 3px;
    position: absolute;
    font-size: 18px;
    font-family: serif;
}

.cycle-entry .attributes {
    overflow-wrap: break-word;
    height: 60px;
}

.date-input {
    width: 285px;
}

.cycle-date.Sun {
    background-color: lightgray;
}

@media print {
    @page {size: landscape}
    *{-webkit-print-color-adjust:exact;}

    div.cycle-entry {
        page-break-inside: avoid;
    }

    body {
        /* transform: scale(.7); */
        zoom: 60%;
    }
}