.widget > .title {
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    font-weight: 500;
    font-size: 22px;
    color: #444;
    margin: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: none;
}
#layout .widget > .title, .widget_tabbed .tabs ul, .widget_user_avatar .user_info, .widget_search {
    background: #fff;
}
.widget > .body, .widget_tabbed .widgets {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-top: none;
}
nav#main_menu {
    display: flex;
}
nav#main_menu .menu {
    margin: auto;
}
nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.2px;
}
#main_content {
    border-right: 1px solid #fff;
    padding: 15px 5px;
    background: #fff;
}

.widget_tabbed .tabs ul li a.active {
    background-color: #fff7c0;
    color: #34495E;
}
.widget_tabbed .tabs ul li a {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    color: #ac2b00;
    border-right: 1px solid #ccc;
}
.test {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
#watcher {
  position: fixed;
  top: 0;
  right: 0;
}


