* {
  margin: 0px;
  padding: 0px;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
  min-width: 920px;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  font-size: 16px;
  font-family: 'ProximaNovaA-Regular', 'Helvetica', sans-serif;
  color: #505050;
}
.overlord {
  position: relative;
  width: 900px;
  margin: 0px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ProximaNovaA-Semibold', 'Helvetica', sans-serif;
  color: #505050;
}
a {
  color: #e37d33;
}
strong,
.strong,
table thead th {
  font-family: 'ProximaNovaA-Semibold', 'Helvetica', sans-serif;
}
button,
.button {
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  font-size: 13px;
  display: block;
  cursor: pointer;
}
.button-primary {
  color: #fff8fd;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e66f1f;
  background-color: #ec973f;
  background: -moz-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec973f), color-stop(50%, #ea8d3f), color-stop(51%, #e66f1f), color-stop(100%, #e66f1f));
  background: -webkit-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: -o-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: -ms-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: linear-gradient(to bottom, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(230, 111, 31, 0.3);
  padding: 12px 30px;
  font-size: 15px;
}
.button-muted {
  color: #fff;
  color: #fff8fd;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  background-color: #d3d3d3;
  background: -moz-linear-gradient(top, #d3d3d3 0%, #cccccc 50%, #c0c0c0 51%, #b9b9b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(50%, #cccccc), color-stop(51%, #c0c0c0), color-stop(100%, #b9b9b9));
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #cccccc 50%, #c0c0c0 51%, #b9b9b9 100%);
  background: -o-linear-gradient(top, #d3d3d3 0%, #cccccc 50%, #c0c0c0 51%, #b9b9b9 100%);
  background: -ms-linear-gradient(top, #d3d3d3 0%, #cccccc 50%, #c0c0c0 51%, #b9b9b9 100%);
  background: linear-gradient(to bottom, #d3d3d3 0%, #cccccc 50%, #c0c0c0 51%, #b9b9b9 100%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(185, 185, 185, 0.3);
  padding: 12px 30px;
  font-size: 15px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  font-size: 15px;
}
table > thead > tr > th {
  padding: 16px 8px 4px 8px;
  border-bottom: 2px solid #dddddd;
  text-align: left;
  font-weight: bold;
}
table > thead > tr > th:hover {
  text-decoration: underline;
}
table > tbody > tr:hover > td {
  background-color: #e6e6e6;
}
table > tbody > tr:hover > td .fixWidth-fader {
  display: none;
}
table > tbody > tr > td {
  padding: 14px 4px 14px 8px;
  border-bottom: 1px solid #dddddd;
}
table > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}
table th.size {
  width: 100px;
}
table th.folders {
  width: 100px;
}
table th.lastlogin {
  width: 160px;
}
table th.recentactivity {
  width: 130px;
}
table th.created {
  width: 100px;
}
table th.modified {
  width: 100px;
}
table th.actions {
  width: 200px;
}
table th.deauthorize {
  width: 200px;
}
table a:hover {
  color: #e37d33;
}
table.subscription_history th.date {
  width: 170px;
}
table.subscription_history th.amount {
  width: 100px;
}
table.subscription_history th.status {
  width: 100px;
}
table.subscription_history th.actions {
  width: 100px;
}
#bg_gradient {
  width: 100%;
}
#bg_gradient div {
  width: 100%;
  min-width: 920px;
  position: absolute;
  top: 21px;
  height: 277px;
  background-image: url(/static/v20131016.0/portal/img/portal_bg.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
header {
  height: 45px;
  background-color: #363636;
  position: relative;
  overflow: hidden;
}
header div {
  width: 900px;
  margin: 0px auto;
}
header h1 {
  float: left;
}
header h1 img {
  height: 38px;
  position: relative;
  top: -2px;
}
header ul.nav_account {
  float: right;
  font-size: 14px;
  line-height: 45px;
  list-style-type: none;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
}
header ul.nav_account li {
  float: left;
  color: #aeaeae;
  margin-left: 30px;
}
header ul.nav_account li a {
  cursor: pointer;
  color: #aeaeae;
  text-decoration: none;
}
header ul.nav_account li a .ss-icon {
  font-size: 10px;
  padding: 0px 5px;
}
nav {
  width: 100%;
}
nav ul {
  width: 100%;
  height: 78px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
nav ul li {
  float: left;
  margin-right: 1px;
}
nav ul.nav_widget li {
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  position: relative;
}
nav ul.nav_widget li a {
  float: left;
  width: 224px;
  height: 70px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
nav ul.nav_widget li a.selected,
nav ul.nav_widget li a:hover {
  height: 78px;
}
nav ul.nav_widget li img,
nav ul.nav_widget li i {
  position: absolute;
}
nav ul.nav_widget li img {
  top: -4px;
  right: 5px;
}
nav ul.nav_widget li i {
  top: -8px;
  right: 5px;
  color: white;
  font-size: 45px;
  opacity: 0.3;
}
nav ul.nav_widget li span {
  padding-top: 43px;
  padding-left: 10px;
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
nav ul.nav_widget li.nav_hive a {
  background-color: #ea7c23;
}
nav ul.nav_widget li.nav_manage a {
  background-color: #e18b26;
}
nav ul.nav_widget li.nav_share a {
  background-color: #f5a81c;
}
nav ul.nav_widget li.nav_account a {
  background-color: #eeb91b;
}
div.account_info {
  height: 63px;
  color: #bcbcbc;
  padding-left: 120px;
}
div.account_info ul {
  display: none;
  list-style-type: none;
  padding-top: 8px;
  font-size: 13px;
}
div.account_info ul li {
  float: left;
  margin-left: 3em;
}
div.account_info ul li i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
div.account_info ul li:first-child {
  margin-left: 0;
}
div.breadcrumb {
  height: 60px;
}
div.pageheader {
  height: 68px;
  position: relative;
}
div.pageheader .breadcrumb {
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  position: absolute;
  top: -35px;
  font-size: 13px;
}
div.pageheader .breadcrumb a {
  color: #e37d33;
}
.content {
  min-height: 400px;
}
.footer {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  color: #ccc;
  font-size: 14px;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer p {
  float: left;
}
.footer ul {
  list-style-type: none;
  float: right;
}
.footer ul li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.footer ul li:first-child {
  border-left: none;
}
/* folder contents */
.folder-contents {
  clear: both;
}
.folder-contents .items .item a {
  color: #e37d33;
}
.app {
  position: relative;
}
/* list view */
.list-view .folder {
  cursor: pointer;
}
.list-view .item .name {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.list-view .item .name div {
  display: inline;
}
.list-view .item .name .mobile-meta {
  display: none;
  margin-left: 32px;
}
.list-view .item .name .svg-icon {
  margin-right: 5px;
}
.list-view .item .name .ss-icon {
  color: #c0c0c0;
  font-size: 22px;
  line-height: 16px;
  position: relative;
  top: 4px;
  padding: 0px 5px;
}
.list-view .item .name .icon {
  text-decoration: none;
}
.list-view .item .actions .view,
.list-view .item .actions .receipt,
.list-view .item .actions .download,
.list-view .item .actions .email_link {
  text-decoration: none;
  color: #858585;
  font-weight: bold;
  font-size: 13px;
  visibility: hidden;
}
.list-view .item .actions .view .ss-icon,
.list-view .item .actions .receipt .ss-icon,
.list-view .item .actions .download .ss-icon,
.list-view .item .actions .email_link .ss-icon {
  top: 2px;
  position: relative;
}
.list-view .item .actions .view {
  margin-right: 15px;
}
.list-view .item:hover .view,
.list-view .item:hover .receipt,
.list-view .item:hover .download,
.list-view .item:hover .email_link {
  visibility: visible;
}
.list-view .item .deauthorize .button-muted {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
}
.list-view .item .deauthorize .button-muted:hover {
  color: #fff8fd;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #be1b20;
  background-color: #da4146;
  background: -moz-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da4146), color-stop(50%, #d13c42), color-stop(51%, #c12025), color-stop(100%, #be1b20));
  background: -webkit-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: -o-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: -ms-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: linear-gradient(to bottom, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(190, 27, 32, 0.3);
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
}
.tablesorter-header {
  cursor: pointer;
}
.tablesorter-header-inner:after {
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 20px;
  margin-left: 5px;
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.tablesorter-headerAsc .tablesorter-header-inner:after {
  display: inline;
  content: "\25B4";
}
.tablesorter-headerDesc .tablesorter-header-inner:after {
  display: inline;
  content: "\25BE";
}
/* grid view */
.grid-view {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.grid-view .item {
  float: left;
  min-width: 177px;
  width: 20%;
}
.grid-view .item .grid-content {
  width: 165px;
  height: 260px;
  margin: 0 auto 20px auto;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.grid-view .item .name {
  margin: 0 0 6px 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.grid-view .item .size,
.grid-view .item .modified {
  margin: 4px 0;
  font-size: 13px;
}
.grid-view .item .info-container {
  padding: 12px;
  background-color: #fff;
}
.grid-view .item .preview-container {
  width: 165px;
  height: 165px;
  text-align: center;
  position: relative;
  background-color: #dedede;
  -webkit-box-shadow: inset 0px 0px 6px rgba(128, 128, 128, 0.4);
  -moz-box-shadow: inset 0px 0px 6px rgba(128, 128, 128, 0.4);
  box-shadow: inset 0px 0px 6px rgba(128, 128, 128, 0.4);
}
.grid-view .item .preview-container .icon a {
  text-decoration: none;
}
.grid-view .item .preview-container .icon img {
  margin-top: 40px;
}
.grid-view .item .preview-container .icon .ss-icon {
  font-size: 80px;
  line-height: 160px;
  color: #666;
}
.grid-view .item .preview-container .icon i.device-icon {
  top: 60px;
  left: 65px;
}
.grid-view .item .preview-container .preview {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.grid-view .item .preview-container .preview img {
  position: absolute;
  left: 100%;
}
.grid-view .folder .preview-container {
  cursor: pointer;
}
.grid-view .file .actions {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #909090;
  background-color: rgba(32, 32, 32, 0.4);
}
.grid-view .file .actions .view {
  margin-top: 55px;
  margin-bottom: 10px;
}
.grid-view .file .actions .view,
.grid-view .file .actions .download {
  position: static;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.grid-view .file:hover .actions {
  display: block;
}
.loading {
  height: 65px;
  width: 65px;
  background-image: url(/static/shares/img/orange/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
}
/* svg icons */
.svg-icon {
  width: 24px;
  height: 24px;
}
.svg-icon-lg {
  width: 30px;
  height: 30px;
}
.svg-icon-xlg {
  width: 76px;
  height: 76px;
}
.view-formats {
  position: absolute;
  right: 0px;
  top: 15px;
}
.view-formats .list-view-link {
  -webkit-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}
.view-formats .grid-view-link {
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}
.view-formats a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
  color: #929292;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(128, 128, 128, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.view-formats a span {
  display: none;
}
.view-formats a.selected {
  color: #ffffff;
  background-color: #a4a4a4;
  background: -moz-linear-gradient(top, #a4a4a4 0%, #5e5e5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(100%, #5e5e5e));
  background: -webkit-linear-gradient(top, #a4a4a4 0%, #5e5e5e 100%);
  background: -o-linear-gradient(top, #a4a4a4 0%, #5e5e5e 100%);
  background: -ms-linear-gradient(top, #a4a4a4 0%, #5e5e5e 100%);
  background: linear-gradient(to bottom, #a4a4a4 0%, #5e5e5e 100%);
}
.view-formats a:hover {
  background-color: #dedede;
  background: -moz-linear-gradient(top, #efefef 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #efefef 0%, #dedede 100%);
  background: -o-linear-gradient(top, #efefef 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #dedede 100%);
  background: linear-gradient(to bottom, #efefef 0%, #dedede 100%);
}
.view-formats .ss-icon {
  position: relative;
  top: 2px;
}
.spacer {
  clear: both;
  height: 1px;
  margin-top: -1px;
}
.directory-nav {
  position: relative;
}
.directory-nav .ss-icon-lg {
  color: #929292;
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 6px;
}
.directory-nav .svg-icon {
  position: relative;
  top: -3px;
}
.directory-nav .directory-description {
  line-height: 62px;
  font-size: 28px;
  margin-left: 5px;
  cursor: pointer;
  display: inline;
}
.directory-nav .directory-description i {
  color: #c6c6c6;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.directory-nav .directory-description .description {
  display: none;
}
.directory-breadcrumb {
  white-space: nowrap;
  margin: 0;
  font-size: 28px;
  line-height: 62px;
  float: left;
}
.directory-breadcrumb a {
  text-decoration: none;
  color: inherit;
}
.directory-breadcrumb a:hover span.name {
  text-decoration: underline;
  color: inherit;
}
.directory-breadcrumb .directory-breadcrumb-folders {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 62px;
}
.directory-breadcrumb .directory-breadcrumb-folders .directory-breadcrumb-toggle {
  cursor: pointer;
  font-size: 14px;
  display: block;
  width: 30px;
  text-align: center;
  position: relative;
  top: 3px;
  color: #666;
}
.directory-breadcrumb .directory-breadcrumb-folders ul {
  position: absolute;
  top: 60px;
  left: -15px;
  margin: 0px;
  padding: 10px 15px;
  background-color: white;
  border: 1px solid #ccc;
  list-style-type: none;
  font-size: 20px;
  line-height: 20px;
  z-index: 11;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.directory-breadcrumb .directory-breadcrumb-folders ul li {
  height: 30px;
}
.directory-breadcrumb .directory-breadcrumb-folders ul .ss-icon-lg {
  font-size: 30px;
}
.directory-breadcrumb .directory-breadcrumb-folders .directory-breadcrumb-folders-arrow {
  position: absolute;
  top: 38px;
  left: 3px;
  width: 0;
  height: 0;
  line-height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  z-index: 12;
}
.directory-breadcrumb .directory-breadcrumb-folders .directory-breadcrumb-folders-arrow-border {
  position: absolute;
  top: 35px;
  left: 1px;
  width: 0;
  height: 0;
  line-height: 0;
  border: 14px solid transparent;
  border-bottom-color: #999;
}
.directory-breadcrumb .directory-breadcrumb-penultimate i.caret {
  font-size: 12px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.directory-breadcrumb .directory-breadcrumb-current {
  font-weight: bold;
}
.directory-actions {
  margin-top: 30px;
}
.fixWidth-show-inline,
.fixWidth-show {
  display: none;
}
.fixWidth .fixWidth-show-inline {
  display: inline;
}
.fixWidth .fixWidth-show {
  display: block;
}
.fixWidth .fixWidth-hide {
  display: none;
}
.fixWidth .fixWidth-fader {
  display: block;
}
.fixWidth-fader {
  display: none;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
table > tbody > tr:nth-child(odd) .fixWidth-fader {
  background-color: #fafafa;
  background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -ms-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
.page-account fieldset,
.page-order fieldset,
.page-payment fieldset,
.page-success fieldset,
.page-cancel fieldset {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.page-account fieldset > div,
.page-order fieldset > div,
.page-payment fieldset > div,
.page-success fieldset > div,
.page-cancel fieldset > div {
  border-top: 1px solid #ccc;
  padding: 20px;
  position: relative;
}
.page-account fieldset > div .alert,
.page-order fieldset > div .alert,
.page-payment fieldset > div .alert,
.page-success fieldset > div .alert,
.page-cancel fieldset > div .alert {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  color: #fff;
}
.page-account fieldset > div .alert p,
.page-order fieldset > div .alert p,
.page-payment fieldset > div .alert p,
.page-success fieldset > div .alert p,
.page-cancel fieldset > div .alert p {
  line-height: 47px;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  padding: 20px;
}
.page-account fieldset > div .alert-error,
.page-order fieldset > div .alert-error,
.page-payment fieldset > div .alert-error,
.page-success fieldset > div .alert-error,
.page-cancel fieldset > div .alert-error {
  background-color: #C72027;
  border-left: 4px solid #951A1F;
}
.page-account fieldset > div .alert-success,
.page-order fieldset > div .alert-success,
.page-payment fieldset > div .alert-success,
.page-success fieldset > div .alert-success,
.page-cancel fieldset > div .alert-success {
  background-color: #8AC721;
  border-left: 4px solid #689715;
}
.page-account fieldset > div:first-child,
.page-order fieldset > div:first-child,
.page-payment fieldset > div:first-child,
.page-success fieldset > div:first-child,
.page-cancel fieldset > div:first-child {
  border-top: none;
}
.page-account fieldset label,
.page-order fieldset label,
.page-payment fieldset label,
.page-success fieldset label,
.page-cancel fieldset label {
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  font-size: 18px;
  display: inline-block;
  width: 165px;
}
.page-account fieldset input,
.page-order fieldset input,
.page-payment fieldset input,
.page-success fieldset input,
.page-cancel fieldset input,
.page-account fieldset select,
.page-order fieldset select,
.page-payment fieldset select,
.page-success fieldset select,
.page-cancel fieldset select {
  font-family: 'ProximaNovaA-Regular', 'Helvetica', sans-serif;
  padding: 10px;
  color: #999;
  font-size: 18px;
}
.page-account fieldset input,
.page-order fieldset input,
.page-payment fieldset input,
.page-success fieldset input,
.page-cancel fieldset input {
  width: 310px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-account fieldset .radio-form-field input,
.page-order fieldset .radio-form-field input,
.page-payment fieldset .radio-form-field input,
.page-success fieldset .radio-form-field input,
.page-cancel fieldset .radio-form-field input {
  width: auto;
}
.page-account fieldset input.disabled,
.page-order fieldset input.disabled,
.page-payment fieldset input.disabled,
.page-success fieldset input.disabled,
.page-cancel fieldset input.disabled {
  border: none;
  background-color: transparent;
}
.page-account .pageheader h1 .ss-icon,
.page-receipt .pageheader h1 .ss-icon,
.page-success .pageheader h1 .ss-icon {
  color: #999;
  position: relative;
  top: 3px;
}
.page-account .account_nav {
  list-style-type: none;
  text-align: center;
  float: left;
  margin-bottom: 4em;
}
.page-account .account_nav li {
  border: 1px solid #dcdcdc;
  float: left;
  background-color: #fff;
  width: 179px;
  height: 220px;
  padding: 15px;
  margin-left: 18px;
}
.page-account .account_nav li i {
  display: block;
  height: 120px;
  line-height: 140px;
  font-size: 70px;
  color: #b4b4b4;
}
.page-account .account_nav li p {
  height: 2em;
}
.page-account .account_nav li button,
.page-account .account_nav li .button {
  margin-top: 10px;
  color: #fff8fd;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e66f1f;
  background-color: #ec973f;
  background: -moz-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec973f), color-stop(50%, #ea8d3f), color-stop(51%, #e66f1f), color-stop(100%, #e66f1f));
  background: -webkit-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: -o-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: -ms-linear-gradient(top, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  background: linear-gradient(to bottom, #ec973f 0%, #ea8d3f 50%, #e66f1f 51%, #e66f1f 100%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(230, 111, 31, 0.3);
  width: 100%;
  padding: 6px 0px;
}
.page-account .account_nav li:first-child {
  margin-left: 0px;
}
.page-account form h2 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}
.page-account form p {
  font-size: 14px;
  margin-bottom: 10px;
}
.page-account form p a {
  color: #e37d33;
  text-decoration: underline;
}
.page-account .cancel_account {
  margin-top: 2em;
}
.page-order .bubbly_strongs {
  font-size: 24px;
}
.page-order h2,
.page-payment h2 {
  margin-bottom: 10px;
}
.page-order .pageheader,
.page-payment .pageheader {
  text-align: center;
}
.page-order .pageheader h1 .ss-icon,
.page-payment .pageheader h1 .ss-icon {
  color: #999;
}
.page-order .pageheader p,
.page-payment .pageheader p {
  color: #999;
}
.page-order .order-nav,
.page-payment .order-nav {
  width: 700px;
  margin: 0px auto;
  position: relative;
  border: 2px solid #999;
  margin-top: 40px;
  margin-bottom: 80px;
  color: #999;
}
.page-order .order-nav ul,
.page-payment .order-nav ul {
  list-style-type: none;
}
.page-order .order-nav li,
.page-payment .order-nav li {
  position: absolute;
  top: -27.5px;
}
.page-order .order-nav li.order-nav-1,
.page-payment .order-nav li.order-nav-1 {
  left: -27.5px;
}
.page-order .order-nav li.order-nav-2,
.page-payment .order-nav li.order-nav-2 {
  left: 322.5px;
}
.page-order .order-nav li.order-nav-3,
.page-payment .order-nav li.order-nav-3 {
  right: -27.5px;
}
.page-order .order-nav li span,
.page-payment .order-nav li span {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  border-radius: 27.5px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #999;
}
.page-order .order-nav li span a,
.page-payment .order-nav li span a {
  text-decoration: none;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  background-color: #999;
  text-align: center;
  line-height: 45px;
  font-size: 23px;
  color: #fff;
}
.page-order .order-nav li.order-nav-active span a,
.page-payment .order-nav li.order-nav-active span a {
  background-color: #EA7C23;
}
.page-order .order-nav li > a,
.page-payment .order-nav li > a {
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  position: absolute;
  display: block;
  width: 165px;
  text-align: center;
  left: -55px;
  padding-top: 5px;
  text-decoration: none;
  color: #999;
}
.page-order .order-nav li.order-nav-active > a,
.page-payment .order-nav li.order-nav-active > a {
  color: #EA7C23;
}
.page-order .select-size p,
.page-payment .select-size p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-order .select-size .plans,
.page-payment .select-size .plans {
  width: 940px;
  position: relative;
  left: -20px;
}
.page-order .select-size .plans ul,
.page-payment .select-size .plans ul {
  list-style-type: none;
}
.page-order .select-size .plans ul li,
.page-payment .select-size .plans ul li {
  cursor: pointer;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  font-size: 19px;
  text-align: center;
  border: 1px solid #ccc;
  color: #999;
  float: left;
  width: 130px;
  height: 72px;
  margin-left: 21px;
  margin-bottom: 20px;
  line-height: 72px;
}
.page-order .select-size .plans ul li:hover,
.page-payment .select-size .plans ul li:hover,
.page-order .select-size .plans ul li.active,
.page-payment .select-size .plans ul li.active {
  background-color: #4c4c4c;
  color: #fff;
}
.page-order .select-frequency,
.page-payment .select-frequency {
  margin-bottom: 30px;
}
.page-order .select-frequency ul,
.page-payment .select-frequency ul {
  list-style-type: none;
}
.page-order .select-frequency ul li,
.page-payment .select-frequency ul li {
  cursor: pointer;
  float: left;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  font-size: 19px;
  text-align: center;
  border: 1px solid #ccc;
  color: #999;
  height: 72px;
  width: 436px;
  line-height: 72px;
}
.page-order .select-frequency ul li:hover,
.page-payment .select-frequency ul li:hover,
.page-order .select-frequency ul li.active,
.page-payment .select-frequency ul li.active {
  background-color: #4c4c4c;
  color: #fff;
}
.page-order .select-frequency ul li.monthly-frequency,
.page-payment .select-frequency ul li.monthly-frequency {
  margin-left: 23px;
}
.page-order .select-promo,
.page-payment .select-promo {
  margin-bottom: 30px;
}
.page-order .select-promo h2 span,
.page-payment .select-promo h2 span {
  font-size: 18px;
  font-family: 'ProximaNovaA-Regular', 'Helvetica', sans-serif;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.page-order .select-promo input,
.page-payment .select-promo input {
  float: left;
}
.page-order .select-promo .button,
.page-payment .select-promo .button {
  float: left;
  margin-left: 20px;
}
.page-order .select-promo .alert,
.page-payment .select-promo .alert {
  width: 380px;
}
.page-order #show_more a,
.page-payment #show_more a {
  float: right;
  position: relative;
  top: -8px;
  cursor: pointer;
  text-decoration: underline;
}
.page-order .payment-memo,
.page-payment .payment-memo {
  text-align: right;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  font-size: 13px;
}
.page-payment fieldset {
  margin-bottom: 40px;
}
.page-payment fieldset .alert {
  width: 350px;
}
.page-payment .select-payment {
  margin-bottom: 30px;
}
.page-payment .select-payment button,
.page-payment .select-payment span {
  float: left;
  text-decoration: none;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  font-size: 19px;
  text-align: center;
  border: 1px solid #ccc;
  color: #999;
  height: 72px;
  width: 200px;
  line-height: 72px;
  background-color: #fff;
}
.page-payment .select-payment button:hover,
.page-payment .select-payment span:hover,
.page-payment .select-payment button.active,
.page-payment .select-payment span.active {
  background-color: #4c4c4c;
  color: #fff;
}
.page-payment .select-payment button.paypal-payment,
.page-payment .select-payment span.paypal-payment {
  margin-left: 23px;
}
.page-cancel div.cancel_reason label {
  float: left;
}
.partial_cc_form .cc_type {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 360px;
  color: #fff;
  list-style-type: none;
}
.partial_cc_form .cc_type ul {
  line-height: 47px;
  padding: 20px 0px;
}
.partial_cc_form .cc_type li {
  float: left;
  margin-right: 5px;
  opacity: 0.05;
}
.partial_cc_form .cc_type li.active {
  opacity: 1;
}
.partial_cc_form .cc_cvv input {
  width: 120px;
}
.partial_cc_form .cc_expiration {
  display: inline;
}
.partial_cc_form .cc_expiration select {
  margin-left: 15px;
  width: 170px;
}
.partial_cc_form .cc_expiration select:first-child {
  margin-left: 0px;
  width: 142px;
}
.partial_cc_form .cc_state select {
  width: 332px;
}
.partial_cc_form .cc_country select {
  width: 332px;
}
.order-summary fieldset {
  margin-bottom: 20px;
}
.order-summary fieldset label {
  color: #4c4c4c;
  float: left;
  line-height: 34px;
}
.order-summary fieldset p {
  float: left;
  line-height: 34px;
  color: #999;
}
.order-summary fieldset span.edit {
  float: right;
  line-height: 34px;
}
.order-summary fieldset span.edit a {
  text-decoration: none;
  color: #EA7C23;
}
.order-summary fieldset .total_due {
  background-color: #e8e8e8;
}
.order-summary fieldset .total_due p {
  color: #4c4c4c;
}
.order-summary .next_payment_notification {
  margin-bottom: 20px;
}
.page-success .success-plan fieldset .bubbly_strongs {
  display: inline-block;
}
.bubbly_strongs {
  color: #999;
  line-height: 34px;
}
.bubbly_strongs strong {
  margin: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
  line-height: 34px;
  color: #fff;
  background-color: #4c4c4c;
}
.heading_action {
  float: right;
  font-size: 13px;
  line-height: 50px;
}
h2 .heading_action {
  line-height: 40px;
}
.billing_receipt {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
}
.billing_receipt p.spideroak_address {
  position: relative;
}
.billing_receipt p.spideroak_address img {
  float: right;
  height: 120px;
}
.billing_receipt dl {
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  position: relative;
}
.billing_receipt dl dt {
  position: absolute;
  left: 0px;
  width: 140px;
  padding: 20px 0px;
  font-family: 'ProximaNovaA-Bold', 'Helvetica', sans-serif;
}
.billing_receipt dl dd {
  padding: 20px 0px 20px 160px;
  border-bottom: 1px solid #ccc;
}
.billing_receipt table {
  margin-bottom: 100px;
}
.billing_receipt table > thead > tr > th:hover {
  text-decoration: none;
}
.billing_receipt table > tbody > tr:hover > td {
  background-color: #fff;
}
.billing_receipt table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.billing_receipt table tr.receipt_total {
  background-color: #fafafa;
}
.billing_receipt .receipt_footer {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  color: #ccc;
}
/* lightbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  outline: none;
}
#colorbox,
#cboxOverlay {
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#cboxOverlay {
  background-image: url(/static/v20131004.0/shares/img/black0.7.png);
  background-repeat: repeat;
}
#cboxContent {
  padding-bottom: 30px;
  padding-top: 30px;
}
#cboxLoadedContent {
  display: none;
  border: 5px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cboxLoadedContent,
#cboxLoadingOverlay {
  background-color: white;
}
#cboxLoadingOverlay {
  position: relative;
}
#cboxLoadingGraphic {
  background-image: url(/static/shares/img/orange/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
#cboxTitle a {
  color: white;
  text-decoration: none;
}
#cboxClose {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background-color: transparent;
  color: white;
}
#simplemodal-overlay {
  background-image: url(/static/v20131004.0/shares/img/black0.7.png);
  background-repeat: repeat;
}
#simplemodal-container {
  background-color: white;
}
#simplemodal-container .simplemodal-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #8f8f8f;
}
#deauthorize_modal {
  width: 570px;
}
#deauthorize_modal h2 {
  text-align: center;
  padding: 15px 0px;
  border-bottom: 2px solid #dedede;
}
#deauthorize_modal p {
  text-align: center;
  padding: 20px 30px 10px 30px;
}
#deauthorize_modal .actions {
  margin-top: 15px;
  padding: 20px;
  border-top: 1px solid #dedede;
}
#deauthorize_modal .actions a {
  font-size: 14px;
  padding: 6px 12px;
}
#deauthorize_modal .actions .cancel {
  float: left;
}
#deauthorize_modal .actions .submit {
  color: #fff8fd;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #be1b20;
  background-color: #da4146;
  background: -moz-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da4146), color-stop(50%, #d13c42), color-stop(51%, #c12025), color-stop(100%, #be1b20));
  background: -webkit-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: -o-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: -ms-linear-gradient(top, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  background: linear-gradient(to bottom, #da4146 0%, #d13c42 50%, #c12025 51%, #be1b20 100%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(190, 27, 32, 0.3);
  float: right;
}
span.device-icon {
  float: left;
  width: 36px;
  height: 24px;
  position: relative;
}
i.device-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-image: url("/static/v20131108.0/portal/img/device_logos.png");
  background-repeat: no-repeat;
  top: -5px;
}
.device-icon-WINDOWS,
.device-icon-win32 {
  background-position: -32px 0px;
}
.device-icon-MAC,
.device-icon-darwin {
  background-position: -64px 0px;
}
.hive-icon {
  position: relative;
  top: -3px;
}
.download-button {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 24px;
  background-color: #b1b1b1;
  border: 1px solid #a8a8a8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -moz-linear-gradient(top, #d8d8d8 0%, #b1b1b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #b1b1b1));
  background: -webkit-linear-gradient(top, #d8d8d8 0%, #b1b1b1 100%);
  background: -o-linear-gradient(top, #d8d8d8 0%, #b1b1b1 100%);
  background: -ms-linear-gradient(top, #d8d8d8 0%, #b1b1b1 100%);
  background: linear-gradient(to bottom, #d8d8d8 0%, #b1b1b1 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.download-button:hover {
  background-color: #8b8b8b;
  background: -moz-linear-gradient(top, #b7b7b7 0%, #8b8b8b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b7b7), color-stop(100%, #8b8b8b));
  background: -webkit-linear-gradient(top, #b7b7b7 0%, #8b8b8b 100%);
  background: -o-linear-gradient(top, #b7b7b7 0%, #8b8b8b 100%);
  background: -ms-linear-gradient(top, #b7b7b7 0%, #8b8b8b 100%);
  background: linear-gradient(to bottom, #b7b7b7 0%, #8b8b8b 100%);
}
.float-right,
.float_right {
  float: right;
}
@media print {
  header,
  #bg_gradient,
  nav,
  .account_info,
  footer ul {
    display: none;
  }
}
.static-message {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  font-size: 15px;
  padding: 1em;
}
