html,
body {
    height: 100%;
}

body{
    background-color: #e5e5e5;
}

.container-fluid {
    min-height: 700px;
}

.ce-container {
    background-color: inherit;
    margin: 2em;
    text-align: center;
}

#todos-container{
    text-align: left;
}

.dashboard-item{
    /*max-width: 500px;
    max-height: 700px;*/
    width: 48%;
    box-sizing: border-box;
    vertical-align: bottom;
    overflow: auto;
}

.ce-panel{
    display: inline-block;
    background-color: white;
    margin: 1em;
    padding: 1em;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border-radius: 4px;
    color: black;
    text-align: left;
}

/*.course-container >*/ .course{   
    width: 90%;
}

.dashboard-item:hover, .dashboard-item:active, .course:hover, .course:active {
    color: inherit;
    text-decoration: none;
}

.navbar {
    text-align: center;
    margin-bottom: 0.5em;
    background-color: #861B2D;
    border-radius: 0px;
    border-style: none;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.navbar-default .navbar-brand{
    font-size: 2em;
    color: inherit;
}

.navbar-default .navbar-brand:hover{
    color: inherit;
}

.navbar-default{
    color: white;
}

.navbar-default .navbar-nav>li>a{
    color: inherit;
}

.navbar-default .navbar-nav>li>a:hover{
    color: inherit;
    text-decoration: underline;
}

.navbar-nav{
    float: right;
    padding-right: 3em;
}


hr {
    color: #d1d1d1;
    border-color: #d1d1d1;
}

.todo-head{
    text-align: center;
}
/*
.todo-head::after{
    content: HELLO;
}
*/

.no-margins{
    margin: 0px;
}

.todo-title{
    font-size: 2em;
}
.profile-picture{
    width: 100%;
    margin-bottom: 0.25em;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.profile-course-list > a{
    display: block;
}

.picture-container{
    text-align: center;
}

.todo-links{
    text-align: center;
}

.ce-page{
    width: 60%;
}