.section_panel{
    margin-top: -25px;
    padding-left: 10px;
    display: flex;
}

.section_panel .section {
    display: inline-block;
    border: 1px dotted #3b3734;
    color: #3b3734;
    background:white;
    padding: 5px;
    cursor: pointer;
    margin-left: 2px;
    border-radius: 2px;
}

.section_panel .section.active {
    background: #3b3734;
    color: white;

    cursor: default;
    border: 1px dotted white;
}

.content_panel {
    margin-top: 20px;
    /*padding-left: 10px;*/
    background: #3b3734;
    display: block;
}

.content_panel .container .title {
    color: #fefefe;
    position: relative;
    text-align: center;
}

.content_panel .container .title .big {
    border: 5px solid #fdb713;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    padding: 30px 60px 40px;
    text-transform: uppercase;
}

.content_panel .container .title .small {
    background: #3b3734;
    bottom: 26px;
    font-size: 36px;
    font-weight: 300;
    position: relative;
    padding: 0 27px;
}

.data_field {
    padding: 2px;
    text-align: left;
}

.data_field .title {
    font-size: 10px;
    padding: 4px;
    border: 1px dotted black;
    text-align: center;
    margin-left: 2px;
    background: white;
    color: black;
    border-radius: 3px;
}

.data_field .title.long {
   width: 350px;
}

.data_field .content {
    padding: 4px;
    width: 350px;
    border: 1px dotted white;
    text-align: center;
    margin-top: -2px;
    margin-left: 2px;
    background: black;
    color: white;
    border-radius: 3px;
}

.data_field span {
    padding: 4px;
    width: 350px;
    text-align: center;
    margin-left: 2px;
    color: white;
}

.data_field .content input{
    text-align: center;
    width: 95%;
    height: 100%;
    color: #3b3734;
}

.player input{
    text-align: left;
    width: 95%;
    height: 100%;
    margin-top: -2px;
    color: #3b3734;
}

.player .title{
    font-size: 10px;
    padding: 4px;
    width: 150px;
    border: 1px solid white;
    text-align: center;
    margin-left: 5px;
    background: #3b3734;
    color: white;
    border-radius: 3px;
    margin-top:2px;
}

.data_field .content textarea {
    text-align: left;
    width: 95%;
    height: 100px;
    color: #3b3734;
}

.data_field button {
    background: white;
    color: black;
    border-radius: 3px;
}