.velocious {
  margin: 48px 48px 0 28px; }

.velocious-header {
  display: flex;
  align-items: center; }
  .velocious-header .h1 {
    font-size: 24px;
    font-weight: 400;
    float: left;
    padding: 0;
    margin: 0 8px 0 0; }
  .velocious-header .h2 {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    float: left;
    margin: 0; }
  .velocious-header img {
    float: left;
    margin: 0 8px;
    width: 48px; }

.velocious-content {
  overflow: hidden;
  width: 100%;
  float: left;
  background: white;
  margin-top: 40px; }

.velocious-main {
  background: white;
  padding: 24px 0;
  width: 66%; }
  .velocious-main .settings-error {
    margin: 24px 48px !important;
    box-shadow: none;
    background: #FAFAFA; }
  .velocious-main p, .velocious-main th, .velocious-main td p, .velocious-main input {
    font-size: 16px; }
  .velocious-main > p {
    margin: 24px 48px;
    font-size: 16px; }
  .velocious-main form {
    margin: 48px; }
  .velocious-main .velocious-main__table-wrapper {
    background: #FAFAFA;
    padding: 8px 48px;
    margin: 32px 32px 48px; }
  .velocious-main tr {
    display: block;
    border-bottom: 1px dashed #E0E0E0;
    padding: 16px 0; }
  .velocious-main tr:last-of-type {
    border-bottom: none; }
  .velocious-main th, .velocious-main td {
    vertical-align: top;
    padding: 16px 8px 16px 0; }
  .velocious-main td input[type=checkbox] {
    width: 16px;
    height: 16px; }
  .velocious-main td p {
    color: #616161;
    margin-top: 16px; }

/*# sourceMappingURL=styles.css.map */
