.mdl-shadow{
    box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #dddddd;
}

.container-detail {
    width: var(--width-view);
    display: inline-block;
    margin-left: calc((100% - var(--width-view))/2);
    margin-top: 20px;
    margin-bottom: 10px;
}

.container-content-new {
    width: calc(60% - 19px);
    margin-right: 10px;
    float: left;
    background: white;
    height: fit-content;
    border-radius: 3px;
    display: inline-block;
    margin-left: 9px;
}

.right-panel {
    width: 40%;
    float: left;
    height: fit-content;
    border-radius: 3px;
}

.title-new {
    color: #595959;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    line-height: 1.4em;
    display: inline-block;
}

.content-new {
    margin: 10px 10px 0 10px;
    color: #595959;
    font-size: 14px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.container-top-view {
    width: 100%;
    display: inline-block;
    height: fit-content;
    margin-bottom: 10px;
}

.header-panel {
    width: 100%;
    background: white;
    border-radius: 3px 3px 0 0;
    color: var(--highlight-color);
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    float: left;
    line-height: 26px;
    text-align: left;
    border-bottom: 2.5px solid var(--highlight-color);
}

.container-content-view {
    width: 100%;
    display: inline-block;
    border-radius: 0 0 3px 3px;
    background: white;
    height: fit-content;
    padding: 10px 10px 0 10px;
}
