/* Your Account page styles */
/* SASS scripts part */
/* Global variables */
/* website width */
/*96rem;*/
/* tooltip width */
/* main colors */
/* accent colors */
/* text colors */
/* background colors */
/* pricing box badge colors */
/* shadow colors */
/* buttons colors */
/* tabs colors */
/* borders */
/* bootstrap screen widths */
/* font families */
/* font sizes */
/* font weights */
/* modal sizes */
/* spinners */
/* max z-index */
/* opacities */
/* spaces */
/* message icons position */
/* header spaces */
/* content spaces */
/* pagination */
/* price and tax */
/* carousel */
/* product list */
/* sprite */
/* free tier */
/* free trial */
/* histogram */
/* accordion */
/* software pricing */
/* annual hourly pricing option selector */
/* infrastructure pricing */
/* mobile width */
/* Mixins */
/* Inheritance rules */
.border {
  border: solid 0.1rem #ccc;
  padding: 1rem; }

.headings {
  font-weight: bold; }

.list-square {
  color: #e71;
  list-style: square; }
  .list-square > li > span:first-child {
    color: #000; }

.no-horizontal-gutter {
  margin-left: -15px;
  margin-right: -15px; }

.price {
  color: #060;
  font-size: 1.1rem; }

.spaced-content {
  margin-bottom: 1rem; }

.td-highlight {
  background-color: #d8d8d8; }

.tr-hover {
  background-color: #f5f5f5; }

.small-text {
  font-size: 1.1rem;
  line-height: 1.5rem; }

[data-toggle=modal] {
  display: inline-block; }

.project-list .spinner {
  vertical-align: middle;
  color: #00464f; }

.project-list-count {
  background-color: #ff0000;
  border-radius: 5rem;
  padding: .2rem .6rem;
  margin-left: 0.5rem;
  color: #ffffff;
  font-family: Ember; }

h1 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1.2rem; }

h2 {
  margin-top: 0; }

.top-buffer {
  margin-top: 1.5rem; }

ul {
  padding-left: 1.9rem; }

.your-account-container {
  padding: 1.5rem 15px 2.5rem; }

