/* Copyright (c) 2017, Xuan Linh Do & Finn Ole Koenecke */

/* This file is part of Interneural. */

/* Interneural is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */

/* Interneural is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the */
/* GNU General Public License for more details. */

/* You should have received a copy of the GNU General Public License */
/* along with Interneural.  If not, see <https://www.gnu.org/licenses/>. */

#centerPanel{
    margin-left: 5px;
    width: 800px;
}

#select-exercise{
    font-size: 14px;
    width: 25%;
    z-index: 1;
    position: relative;
}

.selectExerciseContainer, .selectExerciseContainer select, #select-exercise button {
    width: 100%;
}

.exTaskDone{
    color: #98df8a;
}

.allTasksSolved{
    color: #70a665;
}
.notAllTasksSolved{
    color: #d62728;
}

#select-exercise, #exerciseTasksContainer, .info-text{
    /*for newline if "\n" in text*/
    white-space: pre-wrap;
}

#exerciseDescription{
    margin-left: 2%;
    width: 73%;
}

#exerciseDescrHeader{
    width:100%;
    text-align: left;
    font-size: 20px;
}

#graph svg{
    z-index: 0;
    position: absolute;
    left: 400px;
    top: 0px;
}

#graph{
    height: 600px;
}
