/* Normalize styles */
/*new*/

html {
    height: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, "Arial Unicode MS", Helvetica, Liberation Sans, sans-serif;
    color: #202020;
    background-color: #e7e7e7;
}

div {
    margin: 0;
    padding: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dfdfdf;
    margin: 1em 0;
    padding: 0;
}

/* Text colors */

.green {
    color: #5fa031;
}

.red {
    color: #df3f19;
}

.gray {
    color: #aaaaaa;
}

.orange {
    color: #ec8c1b;
}

.black {
    color: #202020;
}

.link-color {
    color: #4076b4;
}

p {
    margin: 0 0 20px;
}

a {
    outline: none !important;
}

.internal-link.red {
    border-bottom: 1px dashed #df3f19;
    cursor: pointer;
}

.internal-link.green {
    border-bottom: 1px dashed #5fa031;
    cursor: pointer;
}

.no-underline {
    text-decoration: none;
}

/* Background colors */

.white-bg {
    background-color: #ffffff;
}

.green-bg {
    background-color: #90c274;
}

.red-bg {
    background-color: #df3f19;
}

.gray-bg {
    background-color: #f1f1f1;
}

.competitor-bg {
    background-color: #f8f8f8;
}

/* Highlight */

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* Layout */

.container-wrapper {
    max-width: 930px;
    min-width: 420px;
    margin: 20px auto;
}

.clear {
    clear: both;
}

.img-wrapper-l {
    width: 270px;
    float: left;
}

.img-wrapper-m {
    width: 120px;
    float: left;
}

.img-border {
    border: 1px solid #bcbcbc;
}

.text-block-float {
    float: left;
    width: 520px;
}

.img-block-float {
    float: right;
}

ul {
    margin: 0;
    padding: 0;
}

.legend-marker {
    margin-right: 5px;
}

.legend-wrapper {
    float: left;
    width: 275px;
}

.legend-wrapper-width {
    width: 400px;
    float: left;
}

.legend-cell {
    text-indent: -18px;
    margin-left: 28px;
    margin-bottom: 8px;
    float: left;
    width: 130px;
}

.legend-cell:last-child {
    margin-bottom: 0;
}

.legend-cell-full {
    text-indent: -18px;
    margin-left: 18px;
    margin-bottom: 8px;
    max-width: 250px;
}

.legend-cell-full:last-child {
    margin-bottom: 0;
}

.widget-s .legend-cell {
    width: 95px;
}

.info-block {
    float: left;
    padding-right: 70px;
    padding-left: 50px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    min-height: 96px;
    max-width: 200px;
}

.info-block .number-l {
    margin-bottom: 5px;
    line-height: 34px;
}

.info-block .h1 {
    margin-bottom: 15px;
}

.info-desc-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.auto-legend-cell {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    text-indent: -18px;
    margin-left: 18px;
    max-width: 135px;
}

.auto-legend-cell:last-child {
    margin-bottom: 0;
}

.right-legend-wrapper {
    float: left;
    padding-left: 25px;
}

.right-text-wrapper {
    float: left;
    padding-left: 25px;
}

.min-width-m {
    min-width: 100px;
}

/* Borders */

.border-top {
    border-top: 1px solid #e0e0e0;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.border-left {
    border-left: 1px solid #e0e0e0;
}

.border-right {
    border-right: 1px solid #e0e0e0;
}

/* Titles */

.h1 {
    font-size: 18px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.text-huge {
    color: #4076b4;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.text-l {
    font-size: 16px;
    line-height: 27px;
    word-wrap: break-word;
}

.text-middle {
    font-size: 14px;
}

.text-small {
    font-size: 11px;
}

/* Widget styles */

.widget-wrapper {
    position: relative;
    clear: both;
}

.widget-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.widget {
    box-shadow: 0 1px 1px #bcbcbc;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    word-wrap: break-word;
}

.widget-body {
    background-color: #ffffff;
    padding: 20px;
}

.widget-competitor {
    background-color: #f8f8f8;
    padding: 20px;
}

.widget-s {
    box-shadow: 0 1px 1px #bcbcbc;
    margin-bottom: 20px;
    width: 440px;
    float: left;
    background-color: #ffffff;
    word-wrap: break-word;
    overflow: hidden;
}

.widget-s-left {
    margin-left: 20px;
}

.widget-s-right {
    margin-right: 20px;
}

.widget-header {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
}

.no-header .widget-edit {
    position: relative;
    margin-bottom: -40px;
    z-index: 50;
}

.widget-edit {
    background-color: #f1f1f1;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #707070;
    display: none;
    margin-left: 20px;
    margin-right: 20px;
}

.widget-edit-panel {
    float: left;
    width: 64px;
}

.widget-place {
    background-color: #c4c4c4;
    min-height: 40px;

    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    word-wrap: break-word;
}

.widget-edit.active {
    border: 1px solid #64a531;
    box-shadow: 5px 5px 10px #b5b5b5;
}

.dd-cursor {
    cursor: move;
}

.widget-edit-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/edit-widget.png");
    cursor: pointer;
    margin-right: 10px;
}

.delete-link {
    background-position: 0 0;
}

.delete-link:hover {
    background-position: 0 -16px;
}

.edit-link {
    background-position: 0 -32px;
    width: 16px;
}

.edit-link:hover {
    background-position: 0 -48px;
    width: 16px;
}

.dd-area {
    background-image: url("../images/dd-area.png");
    background-repeat: repeat;
    float: right;
    width: 100%;
    max-width: 795px;
    height: 20px;
    overflow: hidden;
}

.active-title {
    background-color: #f1f1f1;
    margin-left: 15px;
}

.widget-s-sep {
    margin-right: 10px;
}

.row-white {
    background-color: #ffffff;
    padding: 0 20px 0 20px;
    overflow: hidden;
}

.row-gray {
    background-color: #f8f8f8;
    padding: 20px 20px 0 20px;
}

.row-separate {
    background-color: #ffffff;
    box-shadow: 0 1px 1px #bcbcbc inset;
    height: 4px;
}

.splitter {
    border-top: 1px solid #e0e0e0;
}

.splitter-solid {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.row-full {
    width: 100%;
}

.difference {
    font-size: 11px;
}

/* Grid */

.row-m {
    overflow: hidden;
    margin-bottom: 15px;
}

.row-s {
    overflow: hidden;
    margin-bottom: 10px;
}

.row-l {
    overflow: hidden;
    margin-bottom: 10px;
}

.row-se {
    margin-top: 13px;
    margin-bottom: 13px;
}

.left-column {
    width: 260px;
    padding-right: 10px;
    float: left;
    word-wrap: break-word;
}

.left-column-s {
    width: 170px;
    float: left;
    word-wrap: break-word;
}

.left-column-s-width {
    float: left;
    width: 170px;
}

.left-column-t {
    width: 400px;
    float: left;
    word-wrap: break-word;
}

.short-column-width {
    float: left;
    text-align: right;
    width: 230px;
}

.left-text-block {
    max-width: 400px;
    width: 100%;
}

.max-width-text-block {
    max-width: 400px;
    width: 100%;
}

.right-full-column {
    float: left;
    width: 100%;
    max-width: 580px;
}

.right-full-column-s {
    float: left;
    width: 100%;
    max-width: 680px;
}

.last {
    margin-bottom: 0;
}

.column-4 {
    width: 170px;
    float: left;
    min-height: 55px;
    text-align: right;
}

.column-3 {
    width: 226px;
    float: left;
    min-height: 55px;
    text-align: right;
}

.x1, .x2 {
    float: left;
    word-wrap: break-word;
}

.x1 {
    width: 136px;
}

.x2 {
    width: 272px;
}

.inner-row {
    min-height: 20px;
}

.two-cols {
    width: 100%;
    max-width: 400px;
    float: left;
    word-wrap: break-word;
}

.two-cols-left {
    margin-right: 50px;
}

.two-cols-s {
    width: 100%;
    max-width: 340px;
    float: left;
    word-wrap: break-word;
}

.short-column {
    width: 230px;
    float: left;
    text-align: right;
}

.left-bordered-wrapper {
    float: left;
}

.flex-box {
    display: flex;
}

.fixed-height-cell {
    height: 20px;
    overflow: hidden;
}

/* Sizes */

.percent-10 {
    width: 10%;
}

.percent-20 {
    width: 20%;
}

.percent-30 {
    width: 30%;
}

.percent-40 {
    width: 40%;
}

.percent-50 {
    width: 50%;
}

.percent-60 {
    width: 60%;
}

.percent-70 {
    width: 70%;
}

.percent-80 {
    width: 80%;
}

.percent-90 {
    width: 90%;
}

.percent-100 {
    width: 100%;
}

.percent-text {
    width: 60%;
}

.percent-number {
    width: 40%;
    text-align: right;
}

.percent-number-30 {
    width: 30%;
    text-align: right;
}

/* Align styles */

.img-left {
    float: left;
    margin-right: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.valign-top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.valign-items span, .valign-items img, .valign-items strong {
    vertical-align: middle;
    line-height: 12px;
}

.valign-items-s span, .valign-items-s img, .valign-items-s strong {

}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.text-align .table-header-cell, .text-align .inner-row, .text-align .row-m {
    text-align: left;
    padding-left: 15px;
}

/* Tables */

table {
    border-collapse: collapse;
    padding: 0;
}

table td {
    padding: 0;
}

/* Lists */

.circle-gray {
    list-style: none;
    margin-bottom: 10px;
}

.circle-gray li {
    background-image: url("../images/circle-gray.png");
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 10px;
    display: block;
    margin-left: 0;
}

/* Sizes */

.number-l {
    font-size: 34px;
}

.pr100 {
    width: 100%;
}

/* Line progress */

.line-wrapper-l {
    background-color: #dfdfdf;
    width: 100%;
    height: 6px;
    position: relative;
}

.line-wrapper-m {
    background-color: #dfdfdf;
    width: 100%;
    height: 4px;
    position: relative;
}

.line-wrapper-s {
    background-color: #dfdfdf;
    width: 100%;
    height: 3px;
    position: relative;
}

.line-progress {
    background-color: #90c274;
    height: 100%;
    float: left;
}

.line-decline {
    background-color: #d28063;
    height: 100%;
    float: right;
}

.line-orange {
    background-color: #ff9525 !important;
}

.line-blue {
    background-color: #567fb8 !important;
}

.line-red {
    background-color: #df3f19 !important;
}

.line-green {
    background-color: #90c274 !important;
}

.short-line-wrapper {
    width: 93%;
    overflow: hidden;
}

/* Separate lines*/

.sep-m {
    color: #aaaaaa;
    margin-left: 5px;
    margin-right: 5px;
}

/* Padding and margin */

.mr-100 {
    margin-right: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mr-95 {
    margin-right: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.pl-95 {
    padding-left: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.mr-90 {
    margin-right: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mr-85 {
    margin-right: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.mr-80 {
    margin-right: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mr-75 {
    margin-right: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.mr-70 {
    margin-right: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mr-65 {
    margin-right: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mr-60 {
    margin-right: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mr-55 {
    margin-right: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mr-45 {
    margin-right: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mr-35 {
    margin-right: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mr-25 {
    margin-right: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.mr-0 {
    margin-right: 0;
}

.ml-0 {
    margin-left: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.site-main-block {
    float: left;
    max-width: 580px;
    width: 100%;
    min-height: 85px;
    position: relative;
    padding-bottom: 85px;
    word-wrap: break-word;
}

.main-data-panel {
    margin-top: 10px;
}

.site-main-desc {
    position: absolute;
    bottom: -6px;
    width: 100%;
}

.table-header-cell {
    color: #aaaaaa;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2px;
    margin-bottom: 15px;
    height: 20px;
    overflow: hidden;
}

.table-header-cell-no-border {
    color: #aaaaaa;
    padding-bottom: 2px;
    margin-bottom: 15px;
    height: 0px;
    overflow: hidden;
}

.table-header-cell-color {
    border-bottom-color: #e0e0e0 !important;
}

.se-name {
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
}

.responsive-hidden {
    display: none;
}

.responsive-hidden-xs {
    display: none;
}

.responsive-img {
    width: 100%;
    max-width: 850px;
}

.responsive-hr {
    display: none;
}

.image-responsive {
    width: 100%;
}

.right-legend-r {
    overflow: hidden;
}

/* Rank history widget */

.rank-block {
    width: 100px;
    float: left;
    background-color: #f5f5f5;
    padding: 27px 15px;
    text-align: center;
    margin-right: 20px;
}

.rank-block .name {
    color: #808080;
    font-size: 12px;
}

.rank-block .num {
    font-size: 32px;
    line-height: 40px;
    margin-right: 3px;
}

.rank-block .diff {
    font-size: 18px;
}

.shadow-bottom {
    box-shadow: 0 1px 1px #bcbcbc;
}

/* BZ styles */

.col-sm-3 {
    width: 280px;
    float: left;
    min-height: 170px;
}

.text-center {
    text-align: center;
}

.separator-horizontal-50 {
    border-bottom: 1px solid #e0e0e0;
    width: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.mention-widget .mention-data {
    float: left;
    width: 210px;
}

.mention-widget .mention-graph {
    float: right;
}

.mention-widget .mention-icon {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mention-widget .mention-social-icon {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: -18px;
    top: 34px;
}

.mention-widget .mention-graph .image-responsive {
    max-width: 630px;
}

.calendar {
    border-collapse: separate;
    width: 100%;
    border-spacing: 1px;
}

.calendar td {
    background-color: #f8f8f8;
    text-align: right;
    padding: 10px;
    max-width: 8px;
}

.calendar td.active {
    border: 1px solid #e0e0e0;
    background-color: #f1f1f1;
}

.calendar td .day {
    font-size: 11px;
    line-height: 11px;
}

.calendar td .posts {
    text-align: left;
    color: #64a531;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.calendar-header td {
    background-color: #ffffff;
    color: #aaaaaa;
    padding: 0 5px;
    font-size: 11px;
    text-align: center;
}

/* Media queries */

@media only screen and (max-width: 930px) {
    .site-main-block {
        margin-top: 20px;
        max-width: 100%;
        padding-bottom: 0;
    }

    .right-full-column {
        max-width: 100%;
    }

    .left-column-s .inner-row {
        margin-bottom: 0;
    }

    .flex-box .left-column-s {
        width: 170px;
    }

    .responsive-hidden {
        display: block;
    }

    .x1 .inner-row.mt-15, .x2 .inner-row.mt-15 {
        margin-top: 0;
    }

    .info-desc-bottom {
        width: 100%;
        display: inline-block;
        padding-bottom: 15px;
    }

    .short-line-wrapper {
        float: left !important;
    }

    .img-wrapper-m {
        padding-bottom: 15px;
    }

    .two-cols-r {
        margin-bottom: 40px;
    }

    .mb-r {
        margin-bottom: 40px;
    }

    .pb-r {
        padding-bottom: 40px;
    }

    .right-full-column-s {
        max-width: 100%;
    }

    .site-main-desc {
        position: relative;
    }

    .full-r {
        width: 100%;
        float: left;
    }

    .mb-20-r {
        margin-bottom: 20px;
    }

    .text-block-float {
        float: none;
        width: auto;
    }

    .img-block-float {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .col-sm-3 {
        margin-bottom: 40px;
    }

    .col-sm-3.border-right {
        border: none;
    }

    .mention-widget .mention-data {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .mention-widget .mention-graph {
        float: none;
        text-align: center;
    }

}

@media only screen and (max-width: 750px) {
    .info-block {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        text-align: left;
    }

    .right-legend-r .img-wrapper-m {
        padding-left: 0;
    }

    .info-desc-bottom {
        padding-top: 0;
        border: none;
    }

}

@media only screen and (max-width: 700px) {
    .two-cols {
        max-width: 100%;
    }

    .flex-box {
        display: block;
    }

    .short-column {
        text-align: left;
    }

    .left-column {
        width: 100%;
    }

    .flex-box .left-column-s {
        width: 100%;
    }

    .widget-s {
        width: auto;
        float: none;
    }

    .widget-s-right {
        margin-left: 20px;
        margin-right: 20px;
    }

    .widget-s-left {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mb-20-r-s {
        margin-bottom: 20px;
    }

    .col-separate-r {
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
    }

    .left-bordered-wrapper {
        padding-bottom: 20px;
        border-right: none;
    }

    .right-legend-wrapper {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        border-top: 1px solid #e0e0e0;
    }

    .left-text-block {
        max-width: 100%;
    }

    .max-width-text-block {
        width: auto;
    }

    .two-cols-s {
        max-width: 100%;
    }

    .short-line-wrapper {
        width: 100%;
    }

    .col-sm-3 {
        width: 100%;
    }

}

.tooltip {
    display: none;
    background-color: #fff5d7;
    border: 1px solid #ddc48b;
    font-family: Arial, "Arial Unicode MS", Helvetica, Liberation Sans, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding: 5px;
    box-shadow: 1px 2px 2px #999999;
    white-space: nowrap;
    z-index: 200;
    position: absolute;
    top: 25px;
    left: 5px;
}

.widget-edit-icon {
    position: relative;
}

.widget-edit-icon:hover .tooltip {
    display: block;
}

.typography ul {
    list-style: none;
    margin-bottom: 10px;
}

.typography ul li {
    background-image: url("../images/circle-gray.png");
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 10px;
    display: block;
    margin-left: 20px;
}

.question-mark {
    background-position: 0 -13px;
    background: url('../images/question-mark.png') bottom left no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: relative;
    line-height: 15px;
    font-weight: normal;
}

.question-mark:hover {
    background-position: 0 0;
}

.tooltip {
    display: none;
    background-color: #fff5d7;
    border: 1px solid #ddc48b;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding: 5px;
    width: 215px;
    box-shadow: 1px 2px 2px #999999;
    word-wrap: break-word;
    z-index: 200;
    white-space: normal;
}

.question-mark:hover .tooltip {
    display: block;
    position: absolute;
    top: 25px;
    left: 5px;
}

.width-100 {
    width: 100px;
}

.table-layout-fixed {
    table-layout: fixed;
    width: 100%;
}

.mention-widget .number-l {
    line-height: 35px;
}

.calendar td {
    vertical-align: top;
}

.green {
    color: #5fa031;
}

.separator-horizontal-s {
    border-bottom: 1px solid #dbdbdb;
    width: 30px;
    margin-bottom: 10px;
}

/* Elements */

.circle {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    background-color: #ffffff;
}

.circle-wrapper {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.circle-green {
    border: 3px solid #7eb85d;
}

.circle-green-1 {
    border: 3px solid #93c279;
}

.circle-green-2 {
    border: 3px solid #a8cb95;
}

.circle-green-3 {
    border: 3px solid #bed5b0;
}

.circle-green-4 {
    border: 3px solid #d3decc;
}

.map-wrapper {
    float: left;
    width: 600px;
}

.map-legend {
    min-width: 170px;
    float: right;
    margin-top: 10px;
}

.legend-item {
    margin-bottom: 30px;
}

.cloud {
    line-height: 35px;
}

.cloud > span {
    margin-right: 20px;
}

.cloud .counter {
    font-size: 15px;
}

.group-columns {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
    .header-desc-block .left-bordered-wrapper {
        float: none;
        max-width: none;
    }
}

#site-scan-legend td.col-warn-icon,
#site-scan-legend td.col-info-icon,
#page-analysis-legend td.col-warn-icon,
#page-analysis-legend td.col-info-icon {
    padding-top: 0.5em;
    padding-left: 0.1em;
}

#site-scan-legend td.col-pages-label,
#site-scan-legend td.col-date-label,
#page-analysis-legend td.col-pages-label,
#page-analysis-legend td.col-date-label {
    padding-top: 0.5em;
    padding-left: 0.1em;
    white-space: nowrap;
}
