.edit-post-meta-boxes-area.is-side .postbox .inside,
.edit-post-meta-boxes-area.is-side .postbox .postbox-header{
    margin: 0 -8px !important;
}
.edit-post-meta-boxes-area.is-side .postbox .handlediv {
    margin-right: 10px;
}

label.labelInput {
    font-size: 12px;
    background: #fff; 
    bottom: -9px;
    left: 6px;
    position: relative !important;
    padding: 0 5px;
    color: #999;
}

.mobile-only {
    display: none !important;
} 

.skiptranslate.goog-te-gadget {
  margin:0 20px;
  font-size: 0px;
  bottom: -10px;
  position: relative;
}
.skiptranslate.goog-te-gadget span {
  display: none !important;
}
.skiptranslate.goog-te-gadget select {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
  background: none;
  border: none; 
}
@media only screen and (max-width: 576px) {
    .skiptranslate.goog-te-gadget {
        left: -28px;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }     
}
 