/* 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/>. */

#nn-config-info{
    position: static;
    top: 500px;
    z-index: 1;
}

#headerNnConfigInfo{
    background-color: #3077ab;
    color: white;
    padding: 10px 1px;
    text-align: center;
    font-size: 16px;
    width: 200px;
}

#headerNnConfigView {
    font-size: 14px;
}

#exerciseTasksContainer div{
    width: 100%;
}

#preview{
    position: relative;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.2;
    background-color: gray;
}
