/* general rules */

img {
  max-width: 100%;
}

span {
  word-wrap: break-word;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.list-no-bullets {
  list-style: none;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

.inline-block {
  display: inline-block !important;
}

.page-footer {
  height: auto;
  min-height: 96px;
  position: relative !important;
}

.page-footer img {
  max-height: 63px;
  padding-right: 16px;
}

#main {
  padding-bottom: 26px;
}

/* heading section */

.nav-area {
  margin-top: 8px;
}

#header {
  height: 66px;
}

#logo {
  width: 310px;
  margin-top: 7px;
}

#logo h1 {
  display: inline;
  padding-left: 0;
}

#logo img {
  width: 160px;
  padding-left: 12px;
}

#login .glyphicon-log-in {
  top: 2px;
  right: 1px;
}
#login a{
    padding-left: 3px;
    width: 100% !important;
    cursor: pointer !important;
}

#left-panel {
  padding-top: 66px;
}

.minified #logo img {
  width: 120px;
  margin-top: 7px;
  padding-left: 2px;
  max-width: none;
}

.minified #logo h1 {
  display: none;
}

.minified #logo {
  margin-left: 2px;
}

.minified #logo a {
  display: inline-block;
  max-width: 40px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1222px) {
  #sparks li:last-child {
    border-left: 0;
  }
}

@media (max-width: 665px) {
  #sparks li:last-child {
    border-left: 0;
  }
}

.fa-telescope {
  max-height: 18px;
  margin-bottom: 3px;
}

.sparks-info h4 {
  text-align: center;
}

.sparks-info .txt-color-white {
  text-shadow: none;
}

/* end heading section*/

.smart-style-5 .ui-widget-content {
  background: rgba(0, 0, 0, 0.4);
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

.text-align-left {
  text-align: left !important;
}

/* end general ruless */

/* hack for bg */

#main {
  min-height: 1050px;
}

@media (max-width: 767px) {
  #main {
    min-height: 500px;
  }
}

/* end hack for bg */

/* calendar */

.phase-icon {
  max-width: 18px;
}

.input-number {
  padding-right: 0;
}

.input-number-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  padding-left: 2px;
  background-size: 32px;
  background: rgb(47, 72, 81);
}

.input-number-arrow .fa {
  vertical-align: top;
  padding-top: 1px;
}

.input-number-arrow.input-number-arrow-up {
  right: 14px;
  top: 24px;
  background-position: 25px 47px;
}

.visible-xs .input-number-arrow.input-number-arrow-up,
.visible-xs .input-number-arrow.input-number-arrow-down {
  right: 1px;
}

.input-number-arrow.input-number-arrow-down {
  right: 14px;
  bottom: 1px;
  background-position: 26px 25px;
}

.bootstrap-duallistbox-container .info-container {
  display: none;
}

.bootstrap-duallistbox-container label {
  margin: 0;
  font-size: inherit;
  border-bottom: 0;
}

.form-group .select .select-placeholder, .select-placeholder {
  color: #8A9791;
}

.bootstrap-duallistbox-container option {
  word-spacing: 16px;
  text-align: right;
}

.inset-shadow {
  box-shadow: inset 0 0 40px 5px rgba(0, 255, 255, 0.2);
}

/* end calendar */

/* gaia status */

.gaia-status-row {
  -moz-transition: -moz-background 0.4s ease;
  -o-transition: -o-background 0.4s ease;
  -webkit-transition: -webkit-background 0.4s ease;
  transition: background 0.4s ease
}

.tooltip .tooltip-inner {
  text-align: left;
  max-width: 220px;
}

.modal-backdrop {
  height: 100%;
}

.gaia-status-modal.modal-body,
.observation-list-modal.modal-body {
  max-height: 600px;
  overflow-y: scroll;
}

.tooltip {
  z-index: 9999;
}

.border-bottom-thick {
  border-bottom: 2px solid #F25F5F !important;
}

/* end gaia status */

/* share buttons */

.shareable {
  margin-top: 12px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.tweet-share {
  background-image: url("../img/twitter.png");
}

.facebook-share {
  background-image: url("../img/facebook.png");
}

.google-share, .FP {
  background-image: url("../img/google.png");
}

/* end share buttons */

/* about gaia */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gaiaAboutSeeMore {
  padding: 16px;
}

.gaiaAboutHiddenContent {
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
}

.gaiaAboutHiddenContent.ng-hide {
  -webkit-animation: fadeOutUp .3s;
  animation: fadeOutUp .3s;
}

/* end about gaia */

/* observation processing */

.smart-style-5 .text-rejected {
  color: #d2322d;
  text-decoration: line-through;
}

.smart-style-5 .text-rejected + .fa {
  position: relative;
  bottom: 2px;
  color: #d2322d;
}

.smart-style-5 .text-done {
  text-decoration: underline;
  font-weight: bold;
}

.smart-style-5 .text-done:after {
  content: '!';
}

.smart-form .input-file .btn-primary {
  position: static;
  float: left;
}

.list-no-bullets .fa-trash-o,
.list-no-bullets .fa-pencil {
  font-size: 19px;
  padding-top: 1px;
  padding-left: 8px;
}

.list-no-bullets .progress {
  width: 250px;
}

.fits-form {
  border-color: rgba(0, 0, 0, .13) !important;
  border-width: 1px;
  border-style: solid;
}

.fits-form .ng-invalid {
  border-color: #b94a48 !important;
}

.fits-form .fa-info {
  position: relative;
  bottom: 2px;
  cursor: pointer;
}
.fits-form section.col{
    height: 64px;
}
.fits-form section.col.col-8{
    height: auto;
}

/* end observation processing */

/* auth forms */

.login-form .ng-dirty.ng-invalid,
.register-form .ng-dirty.ng-invalid,
.reset-form .ng-dirty.ng-invalid {
  border-color: #b94a48 !important;
}

.note-error {
  color: #b94a48;
}

/* end auth forms */

/* my profile */

.my-profile .fa {
  font-size: 19px;
}

.my-profile .profile-list-row {
  margin-bottom: 4px;
}

/* end my profile */

/* observation planner */

#DataTables_Table_0_wrapper .dt-toolbar {
  padding-bottom: 6px;
}

.table.dataTable th {
  vertical-align: top;
}

.popover {
  height: 240px;
  max-width: none;
  width: 800px;
}

@media only screen and (max-width: 1600px) {
  .popover {
    width: 600px;
  }
}

@media only screen and (max-width: 1030px) {
  .popover {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .popover {
    width: 320px;
  }
}

.chart {
  margin: 2px;
}

.fa-spinner.ng-hide-animate.ng-hide-add {
  display: none !important;
}

.high-priority {
  background: rgba(174, 207, 233, .4) !important;
}

/* end observation planner */

/* home */

.collaboration-footer img {
  max-height: 100px;
  display: inline;
  padding-right: 8px;
  float: left;
}

.collaboration-footer .collaboration-footer-text {
  position: relative;
}

.collaboration-footer .widget-body div {
  text-align: justify;
}

.collaboration-footer-gaia {
  top: 40px;
}

.collaboration-footer-uam {
  top: 20px;
}

.collaboration-footer-itti {
  top: 14px;
}

@media only screen and (max-width: 1845px) {
  .collaboration-footer-uam {
    top: 14px;
  }

  .collaboration-footer-itti {
    top: 4px;
  }
}

@media only screen and (max-width: 1705px) {
  .collaboration-footer-itti {
    top: 0;
  }
}

@media only screen and (max-width: 1625px) {
  .collaboration-footer-uam {
    top: 4px;
  }
}

@media only screen and (max-width: 1410px) {
  .collaboration-footer-uam {
    top: 0;
  }
}

.hot-targets .dt-toolbar {
  border-bottom: 0;
  padding-bottom: 6px;
}

.hot-target-low-mag{
    background-color: #9ac268;
}
.critical-target {
    background-color: #c24f4e;
}

.hot-target-medium-mag{
    background-color: #c2914c;
}
.moderate-target{
    background-color: #D8C643;
}
.important-target{
    background-color: #c2914c;
}
.hot-target-high-mag {
    background-color: #c24f4e;
}
.nice-target{
    background-color: #9ac268;
}

table.hot-target-table.dataTable {
    margin-top: 0px !important;

}

/* end home */

/* administration panel */

.md-editor > .md-preview {
  background: none;
  overflow: auto;
}

.md-editor.active, .md-editor {
  border-color: rgba(255, 255, 255, .4);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* end administration panel */

/* observation places */


.observation-place-form {
    min-height: 600px;
}

.observation-place-form .angular-google-map-container {
    height: 400px;
    width: 96%;
}

/* end observation places */

.modal-content {
    background-size: cover !important;
}

/* equipment */

.doubles input {
    margin-left: 5px;
    width: 96.5% !important;
}

.doubles .last {
    margin-left: 13px;
    width: 95.5% !important;
}

.unit-px .input::after {
    content: 'px';
    position: absolute;
    color: #a9a9a9;
    right: 40px;
    top: 7px;
}

.unit-mm .input::after {
    content: 'mm';
    position: absolute;
    color: #7b7b7b;
    right: 40px;
    top: 7px;
}

.equipment-form {
    padding-left: 14px;
    padding-right: 14px;
}

.equipment-form footer {
    margin-left: -15px;
    margin-right: -15px;
}

.smart-form .ng-invalid {
    border-color: rgba(255, 0, 0, 0.60) !important;
}

/* end equipment */

/* forum editor */

[data-event="fullscreen"] {
    display: none !important;
}


/* end forum editor */

/* register */

.register-title {
    margin-left: 30px;
}

/* end register */

.guide-img {
    max-width: 35%;
}

.guide-img-50 {
    max-width: 50%;
}

.guide-img-25 {
    max-width: 25%;
}

@media (max-width: 750px) {
    .guide-img, .guide-img-50 {
        max-width: 90%;
    }

    .guide-img-25 {
        max-width: 45%;
    }
    .xs-center{
        text-align: center;
    }
}
.gm-style-iw {
    color: black;
}

.gm-style-iw + div img {
    display: none;
}
.gm-style-iw + div::after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: black;
    position: relative;
    top: -6px;
    font-size: 16px;
}

/* inbox */

.inbox-body .table-wrap {
  min-height: 140px;
}
.friends-list .active{
    color: rgb(255, 255, 255);
}
.friends-list .notactive{
    color: rgba(255, 255, 255, 0.25);
}
.registrationDate{
    font-size: 15px;
}
.cookies{
     position: fixed;
     bottom: 0;
     background: rgb(85, 85, 85);
     width: 100%;
     font-size: 15px;
     text-align: center;
     z-index: 1000;
     padding-top:10px;
     padding-bottom: 10px;
 }
.markerWindowText{
    color: rgb(102, 102, 102);
}
.notpointer {
    cursor: default !important;
    color: white !important;
}
#hide-menu a{
    cursor: pointer !important;
}
#fullscreen a{
    cursor: pointer !important;
}


.inbox-body .table-wrap{
    margin-left: 0 !important;
}
.inbox-body .buttons{
    max-width: 270px;
}
@media (min-width: 1200px) {
    .inbox-body .col-lg-8 {
        width: calc( 100% - 270px);
    }
}
.inbox-data-from>:first-child{
    width: 100% !important;
}
.inbox-body #compose-mail{
    margin-bottom: 35px;
}
.my-profile .x-small .fa{
    line-height: 40px;
}
.profileName{
    float: left;
}
.padd{
    padding-left: 5px !important;
}
@media (max-width: 979px) {
    .minifyme {
        display: none;
    }
    #main{
        width: calc( 100% - 45px) !important;
    }
    .create-new-obs{
        margin-bottom: 15px;
    }
    .save-obs{
        margin-top: 15px;
    }
}
.save-obs{
    margin-top: 10px;
}


@media (max-width: 880px) and (min-width: 768px) {
    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 9px !important;
        height: 30px !important;
        line-height: 28px !important;
    }
}
@media (max-width: 880px) {
    .no-right-padding .input-group ul.dropdown-menu {
        left: -160px !important;
    }
}
div#export-to-xls-pdf-datatable-widget {
    margin-bottom: 5px !important;
}
.overflow-responsive{
    overflow-y: auto !important;
    overflow: auto !important;
}

@media screen and (max-width: 880px) {
    table {
        overflow-x: auto;
        display: block;
    }
}

.login-info .info{
    height: auto !important;
}

.last-processed.lastone {
    border-bottom: 2px solid #90FF92 !important;
}

.angular-google-map-container hr {
   border-color: rgba(214, 214, 214, 1) !important;
   margin-top: 15px !important;
   margin-bottom: 15px !important;
}
.no-margin{
    margin-left: 0 !important;
}
.left{
    text-align: left;
}
.page-footer{
    padding-left: 0px !important;
    z-index: 1000;
    text-align: center;
}
.nofloat {
    float: none;
    margin: 0 auto;
}

.nospin input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.nospin input[type=number] {
    -moz-appearance:textfield;
}

.angular-google-map-container hr{
    border-color: rgba(214, 214, 214, 1) !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.modal-footer{
    margin-top: 20px;
}
.modal-footer .btn{
    padding: 6px 12px !important;
    cursor: pointer !important;
    border-radius: 2px !important;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

.aladin-popup-container {
    width: 266px !important;
    line-height: 2.3 !important;
    color: rgb(75, 75, 75) !important;
    z-index: 1000 !important;
}
.aladin-closeBtn{
    color: black !important;
}
.aladin-popup-container em {
    font-weight: bold;
    color: rgb(75, 75, 75);
}
.status-buttons .btn{
    white-space: normal;
}
.question{
    cursor: pointer;
}
.question .tooltip-inner {
    min-width: 200px;
}

.status-buttons span.question {
    background: 0 0;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 29px;
    border-left: 1px solid white;
    z-index: 2;
    padding-left: 6px;
}
.status-buttons input[type=text]{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 100px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
     margin-top: 0px;
    line-height: normal;
    color: #fff;
    background: rgba(0,0,0,.1)!important;
}
.status-buttons form{
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.status-buttons h4{
    font-weight: bold;
    margin-top: 20px;
}
.xsmall-hidden{
    display: none;
}
@media (min-width: 992px) {
    .xsmall-hidden{
        display: block !important;
    }
}

@media (max-width: 991px) {
    .xsmall-visible{
        display: block !important;
    }
}
.xsmall-visible{
    display: none;
}
.margin-top{
    margin-top: 20px;
}
.search-gaiastatus-btn{
    padding-bottom: 20px;
    text-align: center;
}
.gaia-status-search{
    min-width: 400px;
}
.results{
    position: relative;
    clear: both;
    font-weight: bold;
    padding-top: 10px;
}
.aladin-layerBox ul{
    display: none;
}
.text-center{
    text-align: center;
}
.follow {
    margin-right: 10px;
}
.home-map{
    min-height: 400px;
}
.hotTargetsOverflow{
    overflow: visible;
}
.dropdown-menu{
    z-index: 3000;
}
form .form-group input.ng-invalid-max,form .form-group input.ng-invalid-min {
    border-color: red;
    outline-color: red;
}
.image-loader{
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #c9c9c9;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.table-forum td{
  word-wrap: break-word;
}
.table-forum img{
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}
.table-forum .push-bit img{
  width: 100%  !important;
  max-width: 60px  !important;
}
.next-obs {
  min-width: 94px;
}

.upload-padding {
  padding-top: 12px;
}
.occultation-add-td{
  padding: 20px;
}

.lang-img{
  max-width: 27px;
  margin-top: 16px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}

.lang-padd{
  border-left: 1px dotted #c7c7c7;
  height: 27px;
  margin-top: 12px;
}

.page-title span.h1-size{
  font-size: 24px;
}
.underline{
  text-decoration: underline;
}

.binoculars:before{
  content: " ";
  margin-right: 5px;
  background-image: url('/assets/img/gaia-logo.png');
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  top: 1px;
  position: relative;
}

.followup:before{
  content: "\f1e5";
  font: normal normal normal 12px/1 FontAwesome;
  margin-right: 5px;
}
.users-container{
  margin-top: 10px;
}

.users-comments{
  margin-top: 10px;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
}
.users-comments textarea::-webkit-input-placeholder {
  color: white !important;
}

.users-comments textarea:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}

.users-comments textarea::-moz-placeholder {  /* Firefox 19+ */
  color: white !important;
}

.users-comments textarea:-ms-input-placeholder {
  color: white !important;
}
.users-comments .btn-box{
  margin-top: 15px;
}
.users-comments .profile-pic>img{
  margin: 0;
  left:0;
  top: 0;
}
.users-comments .profile-pic{
  text-align: center;
}
.users-comments textarea.form-control{
  min-height: 120px;
}
.users-comments .profile-pic{
  margin-top: 5px;
}
.comment-box{
  margin-bottom: 30px;
}
.date-time{
  margin-bottom: 5px;
  font-size: 12px;
}
.box-text{
  background: #072623 !important;
  padding: 10px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.43);
}
pre.box-text {
  border: none !important;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.users-comments .author{
  margin-top: 10px;
  display: block;
}
.upload-img-icon{
  position: absolute;
  color: white;
  z-index: 1000;
  right: 0;
  font-size: 20px;
  top: 100%;
  margin-top: -30px;
  padding-right: 5px;
}
.top-observers{
  background: #061b17;
  text-align: center;
  margin: 3px;
  margin-top: 50px;
  border: 1px solid #04110f;
}
.top-observers .friends-list li{
  display: block;
}
.top-observers .friends-list {
  padding-bottom: 20px;
}
.top-observers .friends-list img.fa-telescope{
  border: 0;
  width: 15px;
  max-height: 16px;
  margin-left: 7px;
  margin-right: 3px;
}
.top-observers .friends-list .fa.fa-thumbs-o-up{
  font-size: 14px;
  margin-left: 7px;
  margin-right: 3px;
}
.minified .top-observers{
  display: none;
}
.top-observers-mobile{
  display: none;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #405654;
}
.minified .top-observers-mobile{
  display: block;
}
.modal-body .top-observers{
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.modal-body .top-observers .friends-list li{
  padding: 12px;
  border-color: rgba(255,255,255,.23)!important;
  background: rgba(255,255,255,.08)!important;
  margin-bottom: 15px;
}
.modal-body .top-observers ul{
  padding-top: 20px;
  padding-left: 0;
  list-style: none;
}
.top-observers .friends-list li{
  padding: 5px;
  border-color: rgba(255,255,255,.23)!important;
  background: rgba(255,255,255,.08)!important;
  margin-bottom: 15px;
}
.top-observers ul{
  margin-left: 0;
}

.profile-carousel .item img{
  width: 100%;
  height: auto;
}
.figure-text{
  text-align: center;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.send-pm{
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  padding-left: 5px;
  font: normal normal normal 13px/1 FontAwesome;
}

@media (max-width: 979px) {
  .users-comments .profile-pic {
    float: none !important;
  }
}
.page-buttons button{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  min-width: 100px
}
.page-page{
  text-align: center;
  line-height: 30px;
}
.sort-icon{
  margin-right: 0px;
  margin-left: 5px;
}
.sort-text{
  margin-bottom: 10px;
}
.top-observers .sorting{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right}
.top-observers .sorting_asc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right}
.top-observers .sorting_desc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right}
.top-observers .sorting_asc, .top-observers .sorting_desc, .top-observers .sorting{
  width: 14px;
  height: 14px;
  display: inline-block;
  top: 4px;
  position: relative;
}
.pointer{
  cursor: pointer;
}
.sort-first-box{
  margin-right: 7px;
}
#sparks li user-count span, #sparks li observation-count span{
  color: #ffffff;
}
.center-img{
  text-align: center;
}
