body#layout::before {
    content: "MCV Theme V2.0";
    position: absolute;
    right: 10px;
    top: 35px;
    color: #21409A;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 24px
}

body#layout ul li {
    display: none
}

body#layout {
    background-color: #f9f9f9 !important
}

body#layout div.section {
    padding: 0px !important;
    background-color: #e3f5fe !important;
    border: 1px solid #e3f5fe !important;
    border-radius: 4px
}

body#layout a.editlink {
    color: #fff !important;
    background-color: #ddd !important;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700
}

body#layout .add_widget {
    display: block;
}

body#layout:after {
    visibility: visible;
    content: "Developer By Mineversal";
    color: #21409a;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 24px;
    position: relative;
    top: 10px;
    margin-bottom: 60px;
    display: inline-block;
}