.not_print,
.navbar,
.topline,
footer,
.btn,
.menu-hold,
.auth-block,
.user-block,
.project-author,
.imago,
.logo-bg,
.header .line,
.header .glass,
nav.path,
.aside,
.main-title .tabs
{
  display: none;
}

.header .container {
    height: 102px;
}
.logo {
    top: 14px;
}
.slogan {
    top: 24px;
}

.mainContent {
    width: 100%;
}

.main-title {
    border: none;
    background: none;
    min-height: inherit;
}


.test-results .block2 {
    width: 692px;
}
.test-results ul .line2 {
    border-left: 1px solid #eee;
}
.test-results ul .line.bg-brown div div {
    border-top: 22px solid #af6511;
}
.test-results ul .line.bg-red div div {
    border-top: 22px solid #e14545;
}
.test-results ul .line.bg-black div div {
    border-top: 22px solid #3f3f3f;
}
.test-results ul .line.bg-orange div div {
    border-top: 22px solid #f5aa19;
}
.test-results ul .line.bg-yellow div div {
    border-top: 22px solid #f3d23b;
}
.test-results ul .line.bg-green div div {
    border-top: 22px solid #3eb85a;
}
.test-results ul .line.bg-blue div div {
    border-top: 22px solid #3f93cc;
}
.test-results ul .line.bg-purple div div {
    border-top: 22px solid #b05fba;
}