﻿@charset "UTF-8";

.wrapper {
  background: #fff;
}

.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

.pane-footer {
  background: #eee;
}

.pane-topic-path {
}

.pane-order-header {
  border-bottom: 2px solid #666;
}

.pane-order-contents {
  border: 1px solid #eee;
}

.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}

body.page-login .pane-order-contents .container .block-login--body {
  justify-content: center;
}