#counter {
  
}

#counter ul li strong {
  float: right;
}

.cw-text-center {
    text-align: center ;
	margin-bottom: 0px ;
}
h1 {
    font-size: 40px;
    line-height: 50px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0 0em !important;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #444;
    text-transform: none;
}
[class*='cw-icon-'] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*='cw-icon-'], [class*='cw-icon-']:hover, [class*='cw-icon-']:focus {
    text-decoration: none;
}
.cw-icon-globe:before {
    content: "\f0ac";
}
.cw-button-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0.001px;
    white-space: nowrap;
}
.cw-button-group .cw-button {
    vertical-align: top;
	    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cw-button-primary {
    background-color: #00a8e6 !important;
    color: #fff !important;
}

.cw-panel-box-secondary {
    background-color: #fff !important;
    color: #444;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cw-panel-box {
    padding: 5px;
    background: #fafafa;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.cw-text-center {
    text-align: center !important;
	display: inline-flex;
}
.cw-icon-line-chart:before {
    content: "\f201";
}

.cw-button-success {
    background-color: #8cc14c !important;
    color: #fff !important;
}
.cw-margin-bottom {
    margin-bottom: 15px !important;
	text-align: center !important;
}
.cw-panel-box-secondary {
    background-color: #fff;
    color: #444;
}
.cw-panel-box {
    padding: 5px;
    background: #fafafa;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.cw-button-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0.001px;
    white-space: nowrap;
}
.cw-button:not(:disabled) {
    cursor: pointer;
}
.cw-button-primary, .cw-button-success, .cw-button-danger {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.cw-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 8px;
    background: #f5f5f5;
    vertical-align: middle;
    line-height: 28px;
    min-height: 30px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}

.cw-margin-small-top {
    margin-top: 5px !important;
}
.cw-button-primary {
    background-color: #00a8e6;
    color: #fff;
}
.cw-button-primary, .cw-button-success, .cw-button-danger {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.cw-button-danger {
    background-color: #da314b; color: #fff;
}
i.cw-icon-globe {
    margin-right: 10px;
}

div#block-user-online {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: orange;
    border: 1px solid orange;
}
button.cw-button.cw-button-success1 {
    background: orange;
    color: #fff;
}
i.cw-icon-bar-chart img, i.cw-icon-user img{ max-height: 13px;}