html {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #444444;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}

header {
    background: #2A445F;
    color: #477887;
    /*#161A23,#2A445F,#477887,#C3D9C4,#F4F8C6,#161A23,#2A445F,#477887*/
}

.bg-brand-1 {
    background: #477887;
    color: #faf1ff;
}


.mel-wrapper {
    display: flex;
    flex-direction: column;
}




.category {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    background: rgba(255, 255, 255, 1);
}

.updating .categoryDate {
    opacity: .5;
    transform: scale3d(.5, .5, 0.3);

}

.category.today {
    color: #e81b15;
}

.fit-y {
    height: 100%;
}

[type=date] {
    display: block;
    border: none;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin: 0 auto;
    padding: .5rem 1rem;

    border-radius: 2px;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

[type=date]:focus {
    outline: none;
}

@keyframes demo {
    0% {
        background-color: #74ff62;
        opacity: 1;
    }
    22% {
        background-color: #71bdff;
    }
    77% {
        background-color: #9cfff2;
    }
    100% {
        background-color: #ebf2ff;
    }
}
