@font-face {
  font-family: 'PTSansRegular';
  src: url("fonts/PTS55F-webfont.eot");
  src: url("fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS55F-webfont.woff") format("woff"), url("fonts/PTS55F-webfont.ttf") format("truetype"), url("fonts/PTS55F-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PTSansBold';
  src: url("fonts/PTS75F-webfont.eot");
  src: url("fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS75F-webfont.woff") format("woff"), url("fonts/PTS75F-webfont.ttf") format("truetype"), url("fonts/PTS75F-webfont.svg#PTSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  font-family: 'PTSansRegular'; }

select {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  padding: 6px 5px 5px 4px;
  font-size: 11px;
  height: 31px;
  background: url(/partypro/assets/images/book/input-bg.png) repeat-x;
  text-overflow: ellipsis;
  font-family: Arial, sans-serif; }

body {
  background: url(/partypro/assets/images/bg2.png) repeat-y left; }

.main-container .header-top {
  height: 32px;
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #212121 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #212121));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #777777 0%, #212121 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #777777 0%, #212121 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #777777 0%, #212121 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #777777 0%, #212121 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#212121', GradientType=0);
  /* IE6-9 */
  list-style: none;
  text-align: right;
  padding: 0; }
  .main-container .header-top li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-left: 1px solid #ccc;
    padding-left: 7px;
    height: 16px;
    line-height: 12px;
    margin: 8px 6px 0 0; }
    .main-container .header-top li a {
      color: #ccc;
      font-size: 11px;
      text-decoration: none; }
    .main-container .header-top li:first-child {
      border: 0;
      margin-left: 0;
      padding-left: 0; }
    .main-container .header-top li:last-child {
      margin: 0 20px 0 0; }
.main-container header {
  background: url(/partypro/assets/images/header-bg.png) repeat-x;
  padding: 12px 0 0 0; }
  .main-container header .logo-container {
    margin-top: -20px;
    max-width: 260px; }
  .main-container header .welcome h2 {
    color: #fff;
    text-shadow: 0 1px #3981a1;
    margin: 9px 0 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 20px; }
  .main-container header .welcome h4 {
    font-size: 12px;
    color: #296780;
    text-shadow: 0 1px #a3d5e8;
    float: left;
    line-height: 15px;
    margin: 10px 0 0; }
  .main-container header .welcome .log-out {
    background: #6cbedc;
    height: 19px;
    width: 53px;
    line-height: 19px;
    padding: 0 8px;
    color: #236b88;
    float: left;
    text-decoration: none;
    font-size: 9px;
    border-radius: 3px;
    border: 1px solid #4494b3;
    text-shadow: 0 1px #a4d6e9;
    box-shadow: inset -1px -1px 9px -7px #fff;
    margin: 6px 0 0 15px;
    text-align: center; }
    .main-container header .welcome .log-out:hover {
      border: 1px solid #387792;
      color: #1a5167; }
.main-container .main-navigation {
  float: left; }
  .main-container .main-navigation ul {
    padding: 0;
    text-align: center; }
    .main-container .main-navigation ul li {
      display: inline-block;
      zoom: 1;
      border-bottom: 1px solid #23292c;
      width: 100%;
      padding: 7px 0; }
      .main-container .main-navigation ul li a {
        text-decoration: none;
        color: #abaaaa;
        display: block; }
      .main-container .main-navigation ul li h4 {
        display: block;
        width: 100%;
        margin: 13px 0 0;
        font-weight: normal;
        text-shadow: 0 1px #000;
        font-size: 16px; }
    .main-container .main-navigation ul #partypro a {
      background: url("/partypro/assets/images/nav/partypro.png") no-repeat 28px 0;
      padding: 46px 0 0; }
    .main-container .main-navigation ul #partypro a:hover {
      background: url("/partypro/assets/images/nav/partypro.png") no-repeat -62px 0; }
    .main-container .main-navigation ul #partypro.active a {
      background: url("/partypro/assets/images/nav/partypro.png") no-repeat -150px 0; }
    .main-container .main-navigation ul #table a {
      background: url("/partypro/assets/images/nav/TableBookingIcon.png") no-repeat 21px 0;
      padding: 46px 0 0; }
    .main-container .main-navigation ul #table a:hover {
      background: url("/partypro/assets/images/nav/TableBookingIcon.png") no-repeat -62px 0; }
    .main-container .main-navigation ul #table.active a {
      background: url("/partypro/assets/images/nav/TableBookingIcon.png") no-repeat -150px 0; }
    .main-container .main-navigation ul #click_collect a {
      background: url("/partypro/assets/images/nav/ClickCollectIcon.png") no-repeat 21px 0;
      padding: 46px 0 0; }
    .main-container .main-navigation ul #click_collect a:hover {
      background: url("/partypro/assets/images/nav/ClickCollectIcon.png") no-repeat -62px 0; }
    .main-container .main-navigation ul #click_collect.active a {
      background: url("/partypro/assets/images/nav/ClickCollectIcon.png") no-repeat -150px 0; }
    .main-container .main-navigation ul #feedback {
      position: relative; }
    .main-container .main-navigation ul #feedback a {
      background: url("/partypro/assets/images/nav/feedback.png") no-repeat 25px -4px;
      padding: 42px 0 0; }
    .main-container .main-navigation ul #feedback a:hover {
      background: url("/partypro/assets/images/nav/feedback.png") no-repeat -69px -4px; }
    .main-container .main-navigation ul #feedback.active a {
      background: url("/partypro/assets/images/nav/feedback.png") no-repeat -164px -4px; }
    .main-container .main-navigation ul #feedback #new_feedback_items {
      display: none;
      position: absolute;
      right: 17px;
      top: 4px;
      width: 25px;
      height: 25px;
      background: url("/partypro/assets/images/red-circle-large.png") no-repeat;
      color: #FFF;
      font-size: 12px;
      font-weight: bold;
      line-height: 25px;
      text-align: center; }
    .main-container .main-navigation ul #fileshare a {
      background: url("/partypro/assets/images/nav/fileshare.png") no-repeat 22px -6px;
      padding: 42px 0 0; }
    .main-container .main-navigation ul #fileshare a:hover {
      background: url("/partypro/assets/images/nav/fileshare.png") no-repeat -68px -6px; }
    .main-container .main-navigation ul #fileshare.active a {
      background: url("/partypro/assets/images/nav/fileshare.png") no-repeat -158px -6px; }
    .main-container .main-navigation ul #campaign a {
      background: url("/partypro/assets/images/nav/campaign.png") no-repeat 22px -1px;
      padding: 42px 0 0; }
    .main-container .main-navigation ul #campaign a:hover {
      background: url("/partypro/assets/images/nav/campaign.png") no-repeat -69px -1px; }
    .main-container .main-navigation ul #campaign.active a {
      background: url("/partypro/assets/images/nav/campaign.png") no-repeat -160px -1px; }
    .main-container .main-navigation ul #training a {
      background: url("/partypro/assets/images/nav/training.png") no-repeat 22px -1px;
      padding: 42px 0 0; }
    .main-container .main-navigation ul #training a:hover {
      background: url("/partypro/assets/images/nav/training.png") no-repeat -69px -1px; }
    .main-container .main-navigation ul #training.active a {
      background: url("/partypro/assets/images/nav/training.png") no-repeat -158px -1px; }
    .main-container .main-navigation ul #hub a {
      background: url("/partypro/assets/images/nav/hub.png") no-repeat 13px -1px;
      padding: 46px 0 0; }
    .main-container .main-navigation ul #hub a:hover {
      background: url("/partypro/assets/images/nav/hub.png") no-repeat -75px -1px; }
    .main-container .main-navigation ul #hub.active a {
      background: url("/partypro/assets/images/nav/hub.png") no-repeat -158px -1px; }
    .main-container .main-navigation ul #calendar_link.active a i, .main-container .main-navigation ul #kitchen_link.active a i, .main-container .main-navigation ul #finance_link.active a i, .main-container .main-navigation ul #staff_link.active a i {
      color: orange; }
    .main-container .main-navigation ul #calendar_link:hover a i, .main-container .main-navigation ul #kitchen_link:hover a i, .main-container .main-navigation ul #finance_link:hover a i, .main-container .main-navigation ul #staff_link:hover a i {
      box-shadow: 2px 2px 40px gray; }
    .main-container .main-navigation ul #calendar_link a i, .main-container .main-navigation ul #kitchen_link a i, .main-container .main-navigation ul #finance_link a i, .main-container .main-navigation ul #staff_link a i {
      font-size: 40px;
      color: #127eb7;
      background: -webkit-linear-gradient(#7CCBE2, #127eb7);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }
    .main-container .main-navigation ul #auditApp a {
      background: url("/partypro/assets/images/nav/auditapp.png") no-repeat 22px -1px;
      padding: 42px 0 0; }
    .main-container .main-navigation ul #auditApp a:hover {
      background: url("/partypro/assets/images/nav/auditapp.png") no-repeat -69px -1px; }
    .main-container .main-navigation ul #auditApp.active a {
      background: url("/partypro/assets/images/nav/auditapp.png") no-repeat -160px -1px; }
.main-container .main-content {
  margin: 15px 0; }

.blue-button {
  background: url("/partypro/assets/images/blue-button.png") repeat;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: #fff;
  text-shadow: 0 1px #256f89;
  border: 0;
  width: auto;
  margin: 10px 0 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  float: right; }

body.not-logged-in {
  background: url(images/bg2.png) repeat-y right; }

@media (min-width: 767px) {
  body {
    background: url(images/bg2.png) repeat-y left; }

  nav.main-navigation {
    width: 101px; } }
@media (max-width: 767px) {
  body {
    background: url(images/bg2.png) repeat-y right; }

  nav.main-navigation {
    display: none; } }
@media (max-width: 500px) {
  header .logo-container img {
    width: 100%; } }
.pbr-section .react-loading i {
  font-size: 35px; }
.pbr-section .bar-select form select, .pbr-section .period-select form select {
  width: 100% !important; }
.pbr-section .profit {
  max-width: 422px;
  background: url("/partypro/assets/images/blue-bg-new.png") no-repeat;
  float: right;
  height: 93px;
  margin: -4px 0 0;
  padding: 5px 0 0 21px;
  text-align: center; }
  .pbr-section .profit div {
    font-family: 'PTSansRegular'; }
    .pbr-section .profit div h4 {
      font-family: 'PTSansBold';
      float: left;
      color: #236b88;
      text-shadow: 0 1px #81c5db;
      font-size: 21px;
      margin: 0; }
    .pbr-section .profit div .num {
      color: #fff;
      text-shadow: 0 1px #236384;
      font-size: 20px; }
    .pbr-section .profit div .down {
      margin: 0 0 0 4px;
      padding: 0 0 0 17px;
      background: url("/partypro/assets/images/down.png") no-repeat left; }
    .pbr-section .profit div .up {
      margin: 0 0 0 7px;
      padding: 0 0 0 17px;
      background: url("/partypro/assets/images/up.png") no-repeat left; }
    .pbr-section .profit div p {
      color: #1A6988;
      float: left;
      font-family: Arial;
      font-size: 11px;
      font-weight: bold;
      padding: 2px 0 0 38px;
      text-align: left;
      text-shadow: 0 1px #88C8DE;
      margin: 0;
      width: 130px; }
  .pbr-section .profit .profit-text {
    color: #fffefe; }
  .pbr-section .profit .target h5 {
    float: left;
    width: 44px;
    color: #1A6988;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    margin-left: -10px;
    margin-right: 12px;
    line-height: 11px;
    margin-top: 0; }
  .pbr-section .profit .target h4 {
    float: left;
    color: #fff;
    font-size: 25px;
    text-shadow: 0 1px #236384; }
.pbr-section .nps .targets-show-more {
  position: absolute;
  top: 70px;
  right: 17px;
  color: #236b88;
  text-decoration: none; }
.pbr-section .nps .targets-show-more:hover, .pbr-section .nps .targets-show-more.active {
  color: #FFF; }
.pbr-section .target-extra {
  background: #5dafce;
  width: 503px;
  padding: 10px;
  height: auto;
  z-index: 99999;
  top: 92px;
  right: 0;
  position: absolute;
  border: 1px solid #4494b3;
  border-radius: 10px 0 10px 10px; }
.pbr-section .target-extra table {
  width: 100%; }
.pbr-section .target-extra table tr td {
  color: #FFF;
  text-shadow: 0 1px #236384; }
.pbr-section .target-extra table tr th {
  padding: 3px 0;
  text-align: left;
  text-shadow: 0 1px #81c5db;
  color: #1A6988; }
.pbr-section .nps .middle {
  border-left: 1px solid #68b8d6;
  border-right: 1px solid #68b8d6;
  padding: 0 8px;
  margin: 0 8px; }
.pbr-section .nps diaaav {
  float: left;
  text-align: center;
  padding: 15px 0 0 17px;
  color: #fff;
  width: 124px;
  height: 51px;
  margin: 0; }
.pbr-section .nps .target {
  font-size: 29px;
  padding-left: 34px;
  width: 170px; }
.pbr-section .nps .pbr {
  padding: 15px 0 0 9px;
  width: 132px;
  margin: 0 26px 0 24px; }
.pbr-section .nps .pbr .num {
  font-size: 14px;
  margin: 0 0 0 6px; }
.pbr-section .nps .pbr {
  padding: 0 0 0 9px;
  width: 132px; }
.pbr-section .nps div:last-child .left {
  text-align: left;
  padding: 2px 38px 0 0px; }

.npsdiv {
  display: none; }

.welcome h2 {
  color: #fff;
  text-shadow: 0 1px #3981a1;
  margin: 9px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal; }
.welcome h4 {
  font-size: 12px;
  color: #296780;
  text-shadow: 0 1px #a3d5e8;
  float: left;
  line-height: 15px;
  margin: 10px 0 0; }
.welcome .top {
  height: 26px;
  line-height: 26px; }
.welcome .user {
  color: #2b6b85;
  text-shadow: 0 1px #a7d9eb;
  font-size: 14px;
  background: url("/partypro/assets/images/user.png") no-repeat left;
  padding-left: 20px;
  float: left; }
.welcome .log-out {
  background: #6cbedc;
  height: 19px;
  line-height: 19px;
  padding: 0 8px;
  color: #236b88;
  float: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  border-radius: 3px;
  border: 1px solid #4494b3;
  text-shadow: 0 1px #a4d6e9;
  box-shadow: inset -1px -1px 9px -7px #fff;
  margin: 6px 0 0 15px; }

.bar-select {
  margin-bottom: 10px; }
  .bar-select select {
    background: url("/partypro/assets/images/blue-bg.png") repeat-x;
    height: 20px;
    line-height: 20px;
    padding: 1px 2px;
    color: #296780;
    font-size: 10px;
    border-radius: 2px;
    border: 1px solid #4494b3;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 160px !important; }

.period-select select {
  background: url("/partypro/assets/images/blue-bg.png") repeat-x;
  height: 20px;
  line-height: 20px;
  padding: 1px 2px;
  color: #296780;
  font-size: 10px;
  border-radius: 2px;
  border: 1px solid #4494b3;
  font-weight: bold;
  font-family: Arial, sans-serif;
  width: 170px !important; }

.partypro .title-link {
  background: url("images/pp-small.png") no-repeat 12px center;
  display: block;
  padding-left: 56px; }

.fileshare .title-link {
  background: url("images/fileshare-small.png") no-repeat 12px center;
  display: block;
  padding-left: 56px; }

.feedback .title-link {
  background: url("images/feedback-small.png") no-repeat 12px center;
  display: block;
  padding-left: 56px; }

.feedback .title-link:hover {
  text-decoration: none; }

.training .title-link {
  background: url("images/training-small.png") no-repeat 12px center;
  display: block;
  padding-left: 56px; }

.bar {
  background: url("images/feedback-line.png") no-repeat center bottom;
  padding: 0 0 22px;
  margin: 23px 0 0; }

.bar h2 {
  float: left;
  margin: 10px 0 0; }

.bar-image {
  width: 153px;
  height: 112px;
  background: url("images/bar-bg.png") no-repeat;
  position: relative;
  float: left;
  margin: 0 15px 0 0; }

.bar-image img {
  position: absolute;
  left: 8px;
  top: 10px; }

.quote {
  background: url("images/feedback-line.png") no-repeat center top;
  padding: 17px 0 0 0px;
  margin: 30px 0 0; }

.quote h4 {
  color: #424444;
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 16px;
  max-height: 80px;
  overflow: hidden; }

.training-vid {
  width: 375px;
  height: 221px;
  background: url("images/vid-bg.png") no-repeat;
  position: relative;
  margin: 20px auto; }

.training-vid .vid {
  position: absolute;
  left: 15px;
  top: 17px; }

.training-vid a {
  background: url("images/play.png") no-repeat;
  width: 63px;
  height: 64px;
  position: absolute;
  left: 42%;
  top: 37%; }

.video-name {
  display: inline-block;
  background: url("images/vid-name.png") no-repeat left;
  padding-left: 30px;
  text-decoration: none;
  color: #454545; }

.fileshare-list {
  margin: 0 0 0 -12px; }

.fileshare-list .folder {
  background-image: url("images/folder.gif");
  background-repeat: no-repeat;
  background-position: 14px center;
  text-indent: 43px; }

.fileshare-list .image {
  background-image: url("images/image.gif");
  background-repeat: no-repeat;
  background-position: 14px center;
  text-indent: 43px; }

.fileshare-list .excel {
  background-image: url("images/excel.gif");
  background-repeat: no-repeat;
  background-position: 14px center;
  text-indent: 43px; }

.fileshare-list .pdf {
  background-image: url("images/pdf.gif");
  background-repeat: no-repeat;
  background-position: 14px center;
  text-indent: 43px; }

.fileshare-list .powerpoint {
  background-image: url("images/powerpoint.gif");
  background-repeat: no-repeat;
  background-position: 14px center;
  text-indent: 43px; }

.fileshare-list li {
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  color: #454545;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 12px;
  width: 408px; }

.fileshare-list li:nth-child(even) {
  background-color: #f9f9f9; }

.fileshare-list li a {
  display: block;
  position: relative; }

.fileshare-list li span {
  position: absolute;
  right: 0;
  top: 0; }

.block .partypro-block p {
  margin: 5px; }

.targets {
  background: #f9f9f9;
  border: 1px solid #ecebeb;
  height: 125px;
  position: relative;
  margin: 10px; }

.targets h1 {
  color: #5c5d5d;
  font-size: 60px;
  float: left;
  margin: 0; }

.targets h2 {
  margin: 0;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #46a0c4;
  font-size: 42px;
  font-family: 'PTSansBold';
  padding-left: 33px; }

.targets h2.up {
  background: url("images/i-up.png") no-repeat left; }

.targets h2.down {
  background: url("images/down.png") no-repeat left; }

.targets h3 {
  position: absolute;
  right: 12px;
  top: 63px;
  margin: 0;
  color: #797a7a; }

.targets h4 {
  position: absolute;
  right: 12px;
  top: 100px;
  margin: 0;
  color: #797a7a; }

.numbers {
  background: #fff url("images/numbers-dash.png") no-repeat center;
  margin: 10px 0;
  list-style-type: none;
  padding: 0; }

.numbers li {
  text-align: center;
  float: left;
  width: 131px;
  padding: 0;
  margin: 0; }

.numbers h1 {
  color: #46a0c4;
  font-size: 39px;
  font-family: 'PTSansBold';
  margin: 0;
  padding: 0; }

.numbers h4 {
  color: #777;
  margin: 0;
  padding: 0; }

.welcome-intro {
  border: 1px solid #DDDDDD;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 0 12px -4px #AAAAAA inset;
  margin: 0 0 22px 20px;
  padding: 17px;
  width: 824px;
  position: relative; }

.welcome-intro img {
  float: left;
  margin: 0 20px 00px 0; }

.welcome-intro h1 {
  color: #7d7878;
  margin: 0 0 12px;
  font-size: 23px; }

.welcome-intro p {
  color: #7d7878;
  font-size: 14px; }

.welcome-intro a {
  background: url("images/close.png") no-repeat;
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  right: 8px;
  top: 8px; }

.block {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  float: left;
  width: 396px;
  background: #ffffff;
  padding: 0;
  position: relative;
  margin: 0;
  height: 339px; }
  .block .target-filters {
    margin: 0 10px; }
    .block .target-filters select {
      margin: 0 10px 0 0; }
      .block .target-filters select#cal_period {
        float: right;
        margin-right: 0; }
  .block p {
    color: #777;
    font-size: 14px;
    margin: 21px 0 0;
    width: 49%; }
  .block a {
    color: #454545;
    text-decoration: none;
    font-weight: 400; }
  .block .title .full_block .title {
    height: 54px;
    line-height: 54px;
    color: #424444;
    border-bottom: 1px solid #dfdfdf;
    margin-left: -12px;
    width: 420px;
    font-size: 22px; }

.full_block .title {
  width: 100%;
  margin: 0; }

.full_block {
  background: #fff;
  border: 1px solid #E0E0E0;
  margin: 0 0 18px 18px; }

.full_block .left {
  width: 396px;
  margin: 16px 10px 10px 19px; }

.full_block .right {
  width: 385px;
  padding: 16px 22px 10px;
  border-left: 1px solid #ddd; }

.full_block .right a {
  color: #454545; }

.silver-gradient {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */ }

.header-links {
  margin: 0 0 10px 0 !important; }

.header-links h1 {
  float: left;
  color: #46a0c4;
  text-shadow: 0 1px #fff;
  font-size: 25px;
  margin: 8px 0 0 0;
  text-indent: 10px;
  line-height: 32px; }

.header-links a {
  height: 38px;
  line-height: 38px;
  padding: 0 32px;
  float: right;
  margin-left: 10px;
  font-size: 16px; }

.header-links .info {
  color: #777;
  font-weight: bold;
  line-height: 40px;
  margin-right: 10px; }

/*# sourceMappingURL=layout-responsive.css.map */
