/**
 * @provides aphront-contextbar-view-css
 */

.aphront-contextbar-view {
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid {$lightblueborder};
}

.device-phone .aphront-contextbar-view {
  padding: 12px 8px;
}

.aphront-contextbar-content {
  padding-top: 5px;
  font-size: 13px;
  color: {$bluetext};
}

.aphront-contextbar-buttons {
  float: right;
}

.device-phone .aphront-contextbar-buttons {
  float: none;
}

.aphront-contextbar-buttons label {
  font-weight: bold;
  color: {$bluetext};
}

.device-phone .aphront-contextbar-buttons label {
  display: block;
  margin-bottom: 4px;
}

.aphront-contextbar-buttons a {
  margin: 0 0 0 8px;
}

.device-phone .aphront-contextbar-buttons a {
  margin: 0 8px 0 0;
}