/* ===[ Fonts ]============================================================== */
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg"); }

/* ===[ Base styles ]======================================================== */
.container {
  width: 90%;
  /*width: 960px;*/
  max-width: 960px;
  margin: auto;
  position: relative;
  clear: both; }

/*** STANDARD COLORS ***/
/*** BRAND COLORS  ***/
/*mozilla green*/
/*mozilla charcoal*/
body {
  font-family: "Open Sans", sans-serif;
  color: #5d5b57; }

h1 {
  font-size: 38px;
  font-family: "Open Sans Light";
  line-height: 1.1em; }

h2 {
  font-size: 20px; }

h5 {
  font-family: "Open Sans", Arial;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px; }

p {
  font-family: "Open Sans Light";
  font-size: 16px; }

li {
  list-style: none; }

a {
  color: #63c6f4;
  text-decoration: none; }
  a:hover {
    color: #0592d8; }

hr {
  border-color: #e6e6e6; }

label {
  font-family: "Open Sans Light"; }

textarea {
  height: 150px; }

textarea, input {
  border: 1px solid #cccccc;
  display: block;
  padding: 2px 4px; }
  textarea:hover:enabled, input:hover:enabled {
    -webkit-box-shadow: 0 0 2px;
    -moz-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }

input[type="submit"] {
  border-top: none;
  border-left: none;
  border-right: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 3px; }

input[type="checkbox"] + span:before {
  content: "\f096";
  /* check-empty */ }

input[type="checkbox"]:checked + span:before {
  content: "\f046";
  /* check */ }

pre.stacktrace {
  text-align: left;
  overflow: auto;
  white-space: pre;
  background: #f9f9fa;
  padding: 20px; }

/* Let's get this scrollbar started */
::-webkit-scrollbar {
  width: 12px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e6e6e6; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #4d4e53; }

.block {
  display: block; }

.white-container {
  background-color: white; }

.beige-container {
  background-color: #f8f9f5;
  border: 20px solid #cbcbc6;
  position: relative; }

.checkbox {
  display: inline; }

.inline {
  display: inline; }

.column {
  margin-bottom: 20px; }

.left {
  float: left; }

.right {
  float: right; }

.middle {
  margin-left: 3.7%;
  float: left; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.cb {
  clear: both; }

/* ===[ Fonts ]============================================================== */
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg"); }

/* ===[ Base styles ]======================================================== */
.container {
  width: 90%;
  /*width: 960px;*/
  max-width: 960px;
  margin: auto;
  position: relative;
  clear: both; }

/*** STANDARD COLORS ***/
/*** BRAND COLORS  ***/
/*mozilla green*/
/*mozilla charcoal*/
body {
  font-family: "Open Sans", sans-serif;
  color: #5d5b57; }

h1 {
  font-size: 38px;
  font-family: "Open Sans Light";
  line-height: 1.1em; }

h2 {
  font-size: 20px; }

h5 {
  font-family: "Open Sans", Arial;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px; }

p {
  font-family: "Open Sans Light";
  font-size: 16px; }

li {
  list-style: none; }

a {
  color: #63c6f4;
  text-decoration: none; }
  a:hover {
    color: #0592d8; }

hr {
  border-color: #e6e6e6; }

label {
  font-family: "Open Sans Light"; }

textarea {
  height: 150px; }

textarea, input {
  border: 1px solid #cccccc;
  display: block;
  padding: 2px 4px; }
  textarea:hover:enabled, input:hover:enabled {
    -webkit-box-shadow: 0 0 2px;
    -moz-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }

input[type="submit"] {
  border-top: none;
  border-left: none;
  border-right: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 3px; }

input[type="checkbox"] + span:before {
  content: "\f096";
  /* check-empty */ }

input[type="checkbox"]:checked + span:before {
  content: "\f046";
  /* check */ }

pre.stacktrace {
  text-align: left;
  overflow: auto;
  white-space: pre;
  background: #f9f9fa;
  padding: 20px; }

/* Let's get this scrollbar started */
::-webkit-scrollbar {
  width: 12px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e6e6e6; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #4d4e53; }

.block {
  display: block; }

.white-container {
  background-color: white; }

.beige-container {
  background-color: #f8f9f5;
  border: 20px solid #cbcbc6;
  position: relative; }

.checkbox {
  display: inline; }

.inline {
  display: inline; }

.column {
  margin-bottom: 20px; }

.left {
  float: left; }

.right {
  float: right; }

.middle {
  margin-left: 3.7%;
  float: left; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.cb {
  clear: both; }

.btn {
  font-family: "Open Sans Light";
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: white;
  height: 32px;
  line-height: 31px;
  padding: 0 25px;
  cursor: pointer;
  background-color: #4d4e53;
  display: inline-block;
  text-align: center; }
  .btn:hover {
    background-color: #282828;
    color: white; }

.blue-btn {
  background-color: #63c6f4; }
  .blue-btn:hover {
    background-color: #0592d8; }

.edit-btn {
  display: inline-block;
  width: 80px;
  background-position: 55px 6px;
  background-repeat: no-repeat;
  background-image: url("../images/edit-btn.png");
  height: 28px;
  line-height: 30px; }

.action-btn .arrow-down {
  border-top: 6px solid white;
  margin-left: 10px;
  position: relative;
  top: 10px; }

.pagination-btn {
  padding: 0 10px;
  line-height: 0; }

.sel-del-btn {
  margin-top: 15px; }

.blank-btn, .review-publish-btn {
  background-color: #63c6f4; }
  .blank-btn:hover, .review-publish-btn:hover {
    background-color: #0592d8; }

.add-btn {
  margin: 0 10px;
  height: 30px; }

.blank-btn {
  display: block; }

.blank-btn-homepage {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

.import-btn, .action-btn, .submit-btn, .cancel-btn {
  display: inline-block; }

.bold {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: italic; }

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-count: 2;
  -moz-column-gap: 35px;
  column-count: 2;
  column-gap: 35px;
  line-height: 1.7em;
  padding-top: 20px;
  padding-bottom: 10px; }
  .two-column-text p:first-child {
    margin: 0; }

.link-two-column {
  padding-left: 0;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px; }

.tabs {
  margin: 30px auto 0 auto;
  padding: 10px 10px 5px 0; }
  .tabs .tab {
    cursor: pointer;
    background-color: #e6e6e6;
    display: inline;
    padding: 5px 15px;
    margin: 20px 10px 20px 0;
    border: 1px solid #e6e6e6; }
    .tabs .tab a {
      color: #4d4e53; }
  .tabs .selected {
    background-color: white;
    border-bottom: 1px solid white; }

.badge-label {
  font-weight: bold;
  width: 30.9%;
  margin-right: 6%; }

.badge-field {
  width: 50%; }

.about-badges {
  color: white;
  background-color: #5bc5c8;
  padding: 50px; }
  .about-badges .info-heading {
    margin-top: 0;
    text-align: center;
    color: white; }
  .about-badges a {
    color: white; }
    .about-badges a:hover {
      color: #0592d8; }
  .about-badges ul {
    list-style: bullet; }

.about-page li {
  list-style-type: disc; }

.margin-top-none {
  margin-top: 0; }

.margin-bottom-none {
  margin-bottom: 0; }

.underline {
  text-decoration: underline; }

.more-about-open-badges {
  padding: 40px;
  text-align: center; }

.about-open-badges {
  margin-bottom: -30px; }
  .about-open-badges .open-badges-button {
    background-color: #f16344;
    width: 100px;
    border-radius: 5px;
    padding: 20px;
    color: white; }
    .about-open-badges .open-badges-button:hover {
      background-color: #eb7823;
      color: white; }

.error-container {
  color: white;
  padding-bottom: 20px;
  background-color: #6fc1d4;
  margin: auto;
  margin-bottom: -30px;
  position: relative;
  text-align: center; }
  .error-container .four-oh-four {
    position: absolute;
    text-align: left;
    color: white;
    width: 45%;
    right: 50px;
    top: 350px; }
    .error-container .four-oh-four .bullet-list {
      padding-left: 10px; }

.access-to-badges {
  padding: 40px 0; }
  .access-to-badges .access-image {
    margin-right: 100px; }
  .access-to-badges img {
    display: block;
    padding: 10px 0;
    width: 100px;
    margin: 0 auto; }
  .access-to-badges p {
    line-height: 1.7em; }

.apply-review-issue {
  text-align: center; }
  .apply-review-issue img {
    padding: 3%; }
  .apply-review-issue p {
    text-align: left; }

.tools-for-badges {
  padding: 30px 0; }
  .tools-for-badges img {
    width: 250px; }

.header-container, .footer-container {
  padding: 20px 17% 0 17%;
  background-color: #e6e6e6; }
  .header-container .footer-logo-container, .footer-container .footer-logo-container {
    width: 30.9%; }
    .header-container .footer-logo-container .open-mcarther-logo, .footer-container .footer-logo-container .open-mcarther-logo {
      width: 250px; }
  .header-container .footer-links, .footer-container .footer-links {
    width: 65.5%; }
    .header-container .footer-links .footer-columns, .footer-container .footer-links .footer-columns {
      margin-right: 10%; }
      .header-container .footer-links .footer-columns ul, .footer-container .footer-links .footer-columns ul {
        font-family: "Open Sans";
        font-size: 12px;
        padding-left: 0; }
        .header-container .footer-links .footer-columns ul a, .footer-container .footer-links .footer-columns ul a {
          color: #4d4e53; }
          .header-container .footer-links .footer-columns ul a:hover, .footer-container .footer-links .footer-columns ul a:hover {
            color: #63c6f4; }

.footer-container {
  margin: 30px 0 0 0; }

.header-row {
  line-height: 3em; }
  .header-row .table-cell {
    font-weight: bold; }

.badgekit-logo {
  width: 21%;
  height: auto;
  margin-left: -20px; }

.nav-header .arrow-down, .header-container .arrow-down {
  border-top-color: #4d4e53;
  position: absolute;
  top: 25px;
  right: 10px; }
  .nav-header .arrow-down:hover, .header-container .arrow-down:hover {
    border-top-color: white; }
.nav-header .sort-arrow, .header-container .sort-arrow {
  right: 25px; }
.nav-header .navigation-dropdown, .header-container .navigation-dropdown {
  position: relative;
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none; }
  .nav-header .navigation-dropdown .fa-clipboard, .header-container .navigation-dropdown .fa-clipboard {
    margin-right: 20px;
    cursor: pointer; }
  .nav-header .navigation-dropdown .sort-by, .header-container .navigation-dropdown .sort-by {
    color: #5d5b57; }
  .nav-header .navigation-dropdown li, .header-container .navigation-dropdown li {
    color: #4d4e53;
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nav-header .navigation-dropdown li::hover, .header-container .navigation-dropdown li::hover {
      background: #555555;
      color: white; }
    .nav-header .navigation-dropdown li .menu-hover, .header-container .navigation-dropdown li .menu-hover {
      padding: 0;
      position: absolute;
      top: 33px;
      left: 0;
      width: 173px;
      display: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .nav-header .navigation-dropdown li .menu-hover li, .header-container .navigation-dropdown li .menu-hover li {
        background-color: #4d4e53;
        display: block;
        color: white; }
        .nav-header .navigation-dropdown li .menu-hover li:hover, .header-container .navigation-dropdown li .menu-hover li:hover {
          background-color: #282828; }
    .nav-header .navigation-dropdown li .sort-menu-hover, .header-container .navigation-dropdown li .sort-menu-hover {
      top: 30px;
      left: -16px; }
    .nav-header .navigation-dropdown li .hover-applications, .nav-header .navigation-dropdown li .logout-hover, .nav-header .navigation-dropdown li .about-hover, .header-container .navigation-dropdown li .hover-applications, .header-container .navigation-dropdown li .logout-hover, .header-container .navigation-dropdown li .about-hover {
      top: 33px; }
    .nav-header .navigation-dropdown li .logout-hover, .nav-header .navigation-dropdown li .hover-applications, .header-container .navigation-dropdown li .logout-hover, .header-container .navigation-dropdown li .hover-applications {
      width: 250px; }
  .nav-header .navigation-dropdown .sort-menu, .header-container .navigation-dropdown .sort-menu {
    border: 1px solid #4d4e53; }
.nav-header ul li:hover .menu-hover, .header-container ul li:hover .menu-hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.header-container .navigation-dropdown {
  padding: 0;
  margin-top: -15px; }
.header-container .arrow-down {
  top: 15px;
  right: 0; }
.header-container .menu-item:hover {
  background-color: #4d4e53;
  color: white; }

.pending-count {
  margin-left: 40px;
  border-radius: 145px;
  padding: 5px;
  font-size: 10px;
  color: white;
  background-color: #e56723; }

.highlight-arrow {
  position: absolute;
  top: 117px;
  left: 260px;
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 15px solid white; }

.logged-in-highlight-arrow {
  top: -34px;
  left: 215px;
  border-bottom: 15px solid #cbcbc6; }

.account-sign-in {
  float: right;
  margin-right: 200px; }
  .account-sign-in span {
    margin: 0 10px; }

.uppercase {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold; }

.js-login {
  cursor: pointer; }

.navigation {
  background-color: #d0d0d0;
  position: relative;
  bottom: 35px;
  width: 65.5%;
  float: right; }
  .navigation .menu-item.login-hover:hover {
    background-color: transparent;
    color: #282828; }
  .navigation .menu-item {
    border-left: 1px solid #e6e6e6;
    font-size: 18px;
    padding: 0 25px;
    color: #4d4e53; }
    .navigation .menu-item:hover {
      background-color: #4d4e53;
      color: white; }
    .navigation .menu-item a {
      color: #4d4e53; }
      .navigation .menu-item a:hover {
        color: white; }
    .navigation .menu-item .arrow-down {
      border-top-color: #4d4e53;
      position: relative;
      top: 17px;
      left: 5px; }
      .navigation .menu-item .arrow-down:hover {
        border-top-color: white; }
    .navigation .menu-item .fa-briefcase {
      font-size: 40px;
      margin-right: 10px;
      color: #109eda; }
    .navigation .menu-item .fa-sign-in {
      color: #4d4e53;
      margin-right: 10px;
      font-size: 20px; }

.open-badges-logo {
  display: block;
  width: 350px;
  height: 80px;
  background: url("../images/newoblogo.png") no-repeat;
  text-indent: -100%;
  overflow: hidden;
  margin-left: -14px;
  margin-right: 20px; }

.footnote-container {
  float: left;
  width: 300px;
  margin: 0 40px; }

.header-tab {
  float: right;
  display: block;
  background: white;
  border: 1px solid black;
  height: 44px;
  padding: 0 15px;
  position: relative;
  /*text-indent: -2000px;*/
  overflow: hidden;
  margin-top: -45px; }

.centered-header {
  text-align: center; }

.import-template-modal {
  display: none;
  position: absolute;
  left: 225px;
  width: 500px;
  margin: 100px auto;
  background-color: white;
  padding: 15px;
  background-color: white;
  border: 1px solid #e6e6e6;
  z-index: 100; }
  .import-template-modal .close-btn {
    background-color: black;
    padding: 0 7px;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  .import-template-modal .badge-field {
    line-height: 26px;
    margin-right: 20px;
    min-width: 345px; }

.info {
  width: 82.7%;
  text-align: center;
  margin: 0 auto; }

.info-heading {
  font-weight: bold;
  color: #63c6f4;
  font-size: 30px;
  margin-bottom: 0; }

.info-text {
  color: #5d5b57;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 10px; }

.badge-status-info {
  width: 50%; }

.directory-container {
  position: relative; }

.item.badge-new {
  height: 450px; }

.badge-new, .badge-template {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  position: relative;
  width: 30.9%;
  height: auto; }
  .badge-new h2, .badge-new p, .badge-template h2, .badge-template p {
    padding: 0 10px; }
  .badge-new .edit-link, .badge-template .edit-link {
    padding: 10px; }
    .badge-new .edit-link:hover, .badge-template .edit-link:hover {
      color: #0592d8; }
  .badge-new .badgethumb, .badge-template .badgethumb {
    width: 100%;
    height: 295px;
    background-color: white;
    background-size: 165%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s; }
    .badge-new .badgethumb:hover, .badge-template .badgethumb:hover {
      background-size: 100%; }
  .badge-new .new-badge-placeholder, .badge-template .new-badge-placeholder {
    width: 100%;
    background-color: #5bc1a5;
    color: white;
    text-align: center;
    font-family: "Open Sans Light";
    font-size: 225px; }
  .badge-new .view-btn, .badge-new .use-btn, .badge-new .action-btn, .badge-template .view-btn, .badge-template .use-btn, .badge-template .action-btn {
    width: 49.1%; }
  .badge-new .fa-cloud-upload, .badge-template .fa-cloud-upload {
    font-size: 20px; }
  .badge-new .upload-edit, .badge-template .upload-edit {
    padding: 5px 0 20px 0; }
  .badge-new .small-copy, .badge-template .small-copy {
    margin-top: -15px; }

.border-top {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 40px; }

.fa-cloud-upload, .fa-pencil {
  color: #5d5b57;
  margin-right: 5px; }

.form-dropdown {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbdee3;
  width: 50%;
  height: 28px;
  position: relative;
  top: 5px; }
  .form-dropdown:hover {
    -webkit-box-shadow: 0 0 2px;
    -moz-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px; }
  .form-dropdown .arrow-down {
    position: absolute;
    right: 5px;
    top: 12px; }
  .form-dropdown select {
    -webkit-appearance: none;
    cursor: pointer;
    width: 105%;
    padding: 6px 7px;
    border: 0;
    font-size: 12px;
    background: transparent; }

.short-dropdown {
  width: 13.6%;
  display: inline-block;
  top: 8px; }

.new-placeholder {
  margin: 15px 30px 15px 15px;
  float: left;
  background: #dbdee3;
  width: 150px;
  height: 150px;
  border-radius: 50%; }
  .new-placeholder span {
    font-size: 100px;
    color: white;
    padding: 48px; }

.status {
  color: green; }

.arrow-up {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black; }

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid black; }

.text-line {
  border-top: 1px solid black;
  display: inline-block;
  width: 82.5%;
  margin-left: 20px; }

.bold {
  font-weight: bold;
  margin-bottom: 0; }

.small-copy {
  color: #4d4e53;
  margin-top: 0;
  font-size: 13px; }

.notification p {
  text-align: center;
  background-color: #5bc1a5;
  color: white;
  padding: 0.5em;
  font-weight: bold; }
