body{
	zoom:0.8;
}

.dz-image img{
    width:100%;
	height:100%;
}

.p-textarea {
	white-space: pre;
    background: white;
    padding: 1.5rem;
}

.image-preview {
    border-radius: 20px;
    overflow: hidden;
    width: 11rem;
    height: 11rem;
    position: relative;
    display: block;
    z-index: 10;
}

.image-preview img{
    width:100%;
	height:100%;
}

.dropzone{
    min-height: 13rem;
}

.dropzone .dz-message {
    font-size: 1.5rem;
    height:2rem;
}

.dropzone .dz-message:before {
    font-size: 30px;
}

body {
     line-height: 1;
}

#calendar {
max-width: 1100px;
margin: 0 auto;
}

.todo-task-list .completed .todo-title {
    text-decoration: line-through;
}

.todo-task-list {
    height: auto; 
}