

.flex-container
{
    min-height: 500px;
    display: flex;
}
.leftSide
{
    flex: 1;
    
}
aside a
{
    position: sticky;
    top: 50%;

}


.rightSide
{
    flex: 1;

}
article
{
    flex: 10;
}

.bg-secondary
{
    background-color: rgb(97, 170, 235) !important;
}
.bg-secondary:hover
{
    background-color: rgb(204, 204, 204) !important
}
.leftSide 
{
    margin-left: 10px;
}
aside a:hover
{
    background-color: white;
    color: gray;
}
#calendar-body tr th:hover, #calendar-body td:hover
{
    background-color: rgb(204, 204, 204)
    
}
#calendar-body tr, #calendar-body td
{
    width: 14%;
}
.calendar-body
{
    height: 100%;
}

.difMonth
{
    background-color: gray;
}

.month
{
    size: 2em;
}
.cal-container
{
    overflow-x: auto;
}

ul
{
    list-style-type: none;
    margin:0;
    padding:0;
}


.week
{
    width: 100%;
}
.week th
{
    height: 10%;
    text-align: center;
}
.week tr td:hover
{
    background-color: rgb(206, 206, 205);
}
.week td
{
    height: 90%;
    width: 14%;
    vertical-align: top;
    text-align: left;
}
.week td, .week th
{
    border: solid 2px black;
    border-top: none;
}
.events-container
{
    display: flex;
}

.image div
{
    width: 70px;
}
.image div img
{
    width: 100%;
}

.tasks
{
    width: 100%;
}
.checkbox
{
    width: 5%;
    border: none;
}
.tasks tr .explain
{
    width: 95%;

}
.tasks tr td
{
    height: 14px;
}
.fa-square
{
    font-size: 3em;
}
.fa-check-square
{
    font-size: 3em;
}
footer
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.card
{
    width: 100%;
}
.container
{
    max-width: 100%;
    width: 100%;
}
.table .date-col
{
    min-width: 0;
    width: 50px;
    padding-left: .2em;
    padding-right: 0;
}
.sign-in
{
    text-align: center;
}
#authorize_button, #signout_button, #addEventsButton
{
    display: none;
    margin: 10px;
}