/*
 * Button Object
 */

/*
 * 1. Corrects inability to style clickable 'input' types in iOS
 * 2. Remove excess padding in IE6/7
 * 3. IE6/7 inline-block hack for native block-level elements
 */


.btn-auth {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 0 1em;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    color: #222;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* iOS */
    -webkit-appearance: none; /* 1 */
    /* IE6/7 hacks */
    *overflow: visible;  /* 2 */
    *display: inline; /* 3 */
    *zoom: 1; /* 3 */
}

.btn-auth:hover,
.btn-auth:focus,
.btn-auth:active {
    color: #222;
    text-decoration: none;
}

.btn-auth:before {
    content: "";
    float: left;
    width: 22px;
    height: 22px;
    background: url(../images/auth-icons.png) no-repeat 99px 99px;
}

/*
 * 36px
 */

.btn-auth.large {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}

.btn-auth.large:before {
    width: 36px;
    height: 36px;
}

/*
 * Remove excess padding and border in FF3+
 */

.btn-auth::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Facebook (extends .btn-auth)
   ========================================================================== */

.btn-facebook {
    border-color: #29447e;
    border-bottom-color: #1a356e;
    color: #fff;
    background-color: #5872a7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -webkit-linear-gradient(#637bad, #5872a7);
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -ms-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    -webkit-box-shadow: inset 0 1px 0 #879ac0;
    box-shadow: inset 0 1px 0 #879ac0;
}

.btn-facebook:hover,
.btn-facebook:focus {
    color: #fff;
    background-color: #3b5998;
}

.btn-facebook:active {
    color: #fff;
    background: #4f6aa3;
    -webkit-box-shadow: inset 0 1px 0 #45619d;
    box-shadow: inset 0 1px 0 #45619d;
}

/*
 * Icon
 */

.btn-facebook:before {
    border-right: 1px solid #465f94;
    margin: 0 1em 0 -1em;
    background-position: 0 0;
}

.btn-facebook.large:before {
    background-position: 0 -22px;
}


/* GitHub
   ========================================================================== */

.btn-github {
    border-color: #d4d4d4;
    background: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
}

.btn-github:hover,
.btn-github:focus {
    border-color: #518cc6;
    border-bottom-color: #2a65a0;
    color: #fff;
    background-color: #599bdc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -webkit-linear-gradient(#599bdc, #3072b3);
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -ms-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.btn-github:active {
    border-color: #2A65A0;
    border-bottom-color: #518CC6;
    color: #fff;
    background: #3072B3;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background: -webkit-linear-gradient(#3072b3, #599bdc);
    background: -moz-linear-gradient(#3072b3, #599bdc);
    background: -ms-linear-gradient(#3072b3, #599bdc);
    background: -o-linear-gradient(#3072b3, #599bdc);
    background: linear-gradient(#3072b3, #599bdc);
}

/*
 * Icon
 */

.btn-github:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -44px 0;
}

.btn-github:hover:before,
.btn-github:focus:before,
.btn-github:active:before {
    background-position: -66px 0;
}

.btn-github.large:before {
    background-position: -72px -22px;
}

.btn-github.large:hover:before,
.btn-github.large:focus:before,
.btn-github.large:active:before {
    background-position: -108px -22px;
}


/* Google
   ========================================================================== */

.btn-google {
    border-color: #3079ed;
    color: #fff;
    background: #4787ed;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(#4d90fe, #4787ed);
    background-image: -moz-linear-gradient(#4d90fe, #4787ed);
    background-image: -ms-linear-gradient(#4d90fe, #4787ed);
    background-image: -o-linear-gradient(#4d90fe, #4787ed);
    background-image: linear-gradient(#4d90fe, #4787ed);
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    color: #fff;
    background-color: #357ae8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8));
    background-image: -webkit-linear-gradient(#4d90fe, #357ae8);
    background-image: -moz-linear-gradient(#4d90fe, #357ae8);
    background-image: -ms-linear-gradient(#4d90fe, #357ae8);
    background-image: -o-linear-gradient(#4d90fe, #357ae8);
    background-image: linear-gradient(#4d90fe, #357ae8);
}

.btn-google:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

/*
 * Icon
 */

.btn-google:before {
    margin: 0 1em 0 -1em;
    background-position: -88px 0;
    background-color: #e6e6e6;
}

.btn-google.large:before {
    background-position: -144px -22px;
}


/* Open ID
   ========================================================================== */

.btn-openid:hover,
.btn-openid:focus {
    border-color: #777;
    background: #fcfcfc;
}

.btn-openid:active {
    background: #f5f5f5;
}

/*
 * Icon
 */

.btn-openid:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -154px 0;
}

.btn-openid.large:before {
    background-position: -252px -22px;
}


/* Twitter
   ========================================================================== */

.btn-twitter {
    border-color: #a6cde6;
    color: #327695;
    background: #cfe4f0;
    /* css3 */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: -moz-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: -ms-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: -o-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: linear-gradient(#f1f5f7, rgba(255,255,255,0));
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    color: #327695;    
    border-color: #8dc2e4;
    background-color: #cadde9;
}

.btn-twitter:active {
    background: #cadde9;
    -webkit-box-shadow: inset 0 1px 0 #bbd6e7;
    box-shadow: inset 0 1px 0 #bbd6e7;
}

/*
 * Icon
 */

.btn-twitter:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -22px 0;
}

.btn-twitter.large:before {
    background-position: -36px -22px;
}


/* Windows Live ID
   ========================================================================== */

.btn-windows:hover,
.btn-windows:focus {
    border-color: #777;
    background: #fcfcfc;
}

.btn-windows:active {
    background: #f5f5f5;
}

/*
 * Icon
 */

.btn-windows:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -110px 0;
}

.btn-windows.large:before {
    background-position: -180px -22px;
}


/* Yahoo!
   ========================================================================== */

.btn-yahoo {
    border-color: #ffb305;
    background: #ffc426;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
}

.btn-yahoo:hover,
.btn-yahoo:focus {
    background-color: #fabf20;
}

.btn-yahoo:active {
    border-color: #f09700;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
}

/*
 * Icon
 */

.btn-yahoo:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -132px 0;
}

.btn-yahoo.large:before {
    background-position: -216px -22px;
}
.btn-auth:before {
  background-image: url(/assets/buttons/auth-icons-cb2522baf5ba2231dd9e21545772f72544378a415f6744fa6b423ed0baa43565.png);
}
* {
  font-family: 'Roboto', sans-serif;
}

header, article, nav, section, footer, figure {
  display: block;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background-color: #f5f7fa;
}

body > footer {
  clear: both;
}

pre {
  border: 1px dashed black;
  background-color: #f9f9f9;
  padding: 10px;
  overflow: auto;
}

code {
  font-family: monospace;
}

a img {
  border: 0;
}

*:not(.notes_textarea):not(.text_style_page):not(.style_description_long):not(.NotificationLine-Content) > a {
  color: #224375;
}

*:not(.notes_textarea):not(.text_style_page):not(.style_description_long):not(.NotificationLine-Content) > a {
  color: #5273A5;
}


table {
  border-collapse: collapse !important;
}

#main-article > h1 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c3e50;
}

#main-article a {
  color: #224375;
}

#main-article a:hover {
  color: #224375;
}

#main-article a:visited {
  color: #224375;
}

#main-article a:visited:hover {
  color: #224375;
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c3e50;
}

#content-wrapper {
  float: left;
  width: 100%;
}

#main-article {
  margin-left: 190px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

#main-article a:link {
  color: #3498db;
}

#main-header {
  background-color: #FFEC8B;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 5px;
}

#main-header > h1 {
  padding: 0;
  margin: 0;
}

#main-article footer {
  margin-bottom: 10px;
}

#main-article h1 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c3e50;
}

#left-info {
  float: left;
  width: 362px;
}

#screenshots {
  margin-bottom: 10px;
  border: 1px solid #DDD;
  padding: 5px;
  border-radius: 5px;
  min-height: 100px;
}

#left-info {
  padding-bottom: 10px;
}

#screenshots ul {
  margin: 0;
  list-style-type: none;
  padding-left: 2em;
}

#style-info {
  padding: 0;
}

#main-style-info-area {
  padding-left: 1em;
  margin-left: 360px;
  margin-bottom: 1em;
}

.screenshot-thumbnail {
  margin: 0;
  text-align: center;
  max-height: 265px;
  overflow-y: hidden;
}

.screenshot-thumbnail img {
  vertical-align: bottom;
  max-width: 350px;
}

#more-screenshots span {
  font-weight: bold;
}

.no-screenshots {
  margin-top: 35px;
  color: gray;
  text-align: center;
}

#outerImageContainer, #imageDataContainer {
  min-width: 86px;
}

section, article > .in-section-ad {
  padding: 15px 0 10px 20px;
}

section > h2 {
  margin-left: -20px;
  margin-top: 0;
}

.install-status {
  font-size: larger;
  padding: 8px 16px 12px 16px;
  border-radius: 5px;
  color: white;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 1px;
  display: inline-block; /* shrink wrap */
  max-width: 450px;
}

.install-status a, .install-status a:visited, .install-status a:active {
  color: white;
}

.install-status p {
  padding: 0;
  margin: 0.5em 0;
}

.install-note {
  font-size: smaller;
}

.install {
  background-color: rgb(72, 150, 21);
  background-image: -moz-linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21));
  background-image: -webkit-linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21));
  background-image: -o-linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21));
  background-image: linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21));
  cursor: pointer;
}

.install:hover {
  background-color: rgb(92, 170, 41);
  background-image: -moz-linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41));
  background-image: -webkit-linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41));
  background-image: -o-linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41));
  background-image: linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41));
}

.no-install {
  background-color: rgb(230, 62, 51);
  background-image: -moz-linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21));
  background-image: -webkit-linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21));
  background-image: -o-linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21));
  background-image: linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21));
  cursor: default;
}

.install-info {
  background-color: blue;
  background-image: -moz-linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
  background-image: -webkit-linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
  background-image: -o-linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
  background-image: linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
  cursor: default;
}

.install-symbol {
  font-size: larger;
  font-weight: bold;
}

#more-info, #below-install-ad, #below-meta-ad {
  clear: both;
}

#below-install-ad, #below-meta-ad, #browse-bottom-ad, #browse-middle-ad, #misc-bottom-ad {
  /* this makes it left-aligned when in full width mode */
  max-width: 728px;
  overflow: hidden;
}

#below-install-ad {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#browse-bottom-ad, #browse-middle-ad {
  margin-bottom: 1em;
}

#info-tables {
  clear: left;
}

#style-author-info {
  margin-left: 15px;
  margin-right: 3em;
}

#style-author-info, #style-install-info {
  display: inline-block;
  vertical-align: top;
}

#style-author-info th, #style-install-info th {
  text-align: left;
  padding-right: 10px;
}

#additional-info-text {
  max-height: 20em;
  overflow-y: auto;
}

/*body > footer {
	font-size: x-small;
}*/
#switch-browser-note {
  opacity: 0.5;
}

#switch-browser-note, #switch-browser-note select {
  font-size: xx-small;
}

#left-sidebar {
  float: left;
  width: 180px;
  margin-left: -100%;
}

#left-sidebar nav {
  margin-top: 0;
}

#left-sidebar h2 {
  margin: 0;
  font-size: small;
}

#left-sidebar ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#left-sidebar li {
  display: block;
  margin-bottom: 2px;
}

#left-sidebar > * {
  background-color: #D1EEEE;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}

#search-terms {
  width: 125px;
  float: left;
}

.advanced-search-active #search-terms {
  width: 95%;
  float: none;
}

#search-submit {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1px;
  padding-right: 1px;
  float: right;
}

#simple-search > * {
  margin-bottom: 0;
}

#advanced-search {
  display: none;
  clear: both;
  font-size: smaller;
  border-bottom: 1px solid gray;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.advanced-search-active #advanced-search {
  display: block;
}

#advanced-search select {
  margin: 0;
  font-size: smaller;
}

#advanced-search-submit {
  text-align: right;
}

#show-advanced-search {
  text-decoration: underline;
  cursor: pointer;
  font-size: xx-small;
  text-align: right;
  float: right;
  clear: both;
}

.advanced-search-active #show-advanced-search, .advanced-search-active #search-submit {
  display: none;
}

.form-controls > tbody > tr > th {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding-right: 1em;
}

.form-controls label {
  font-weight: bold;
}

table.form-controls, .form-controls > tbody > tr > td, textarea {
  width: 100%;
}

.form-controls > tbody > tr > td {
  padding-bottom: 1em;
}

.form-controls td > p:first-child {
  margin-top: 0;
}

div.form-controls {
  margin-bottom: 2em;
}

.inline-form {
  display: inline;
}

section#obsoletion-message {
  background-color: #FF6347;
  border-radius: 3px;
  margin-bottom: 2em;
  padding-right: 15px;
}

section#obsoletion-message > h2 {
  margin-left: auto;
}

.obsolete a, .obsolete a * {
  text-decoration: line-through;
}

.obsolete .style-brief-control-links a {
  text-decoration: underline;
}

#donate, #donate input {
  display: inline;
}

#donate input {
  vertical-align: bottom;
}

.bug-fixed {
  text-decoration: line-through;
}

#after-screenshot-entry div * {
  vertical-align: middle;
}

#stylish-install, #stylish-update, #stylish-not-installed-ie {
  display: none;
}

#hidden-meta {
  display: none;
}

.how-to-use {
  font-size: smaller;
}

#delete-comment-button, #submit-comment-button {
  float: right;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

#delete-comment {
  margin: 0 1em;
}

label.rating {
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
  border-radius: 2px;
  -moz-border-radius: 5px;
  padding: 5px;
}

label.rating:hover {
  background-color: #FF7;
}

#style-comments li {
  clear: both;
}

.linking-note {
  font-size: 11px;
  margin: 0;
}

#account-link {
  color: white;
  margin-right: 1em;
}

#account-link a {
  color: inherit;
}

.data-table {
  border-collapse: collapse;
}

.data-table th, .data-table td {
  vertical-align: top;
  border: 1px solid black;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#google-ad-area {
  margin-top: 1em;
  width: 728px;
  height: 90px;
  border: 0;
  clear: left;
}

.two-column td {
  vertical-align: top;
}

.error {
  font-weight: bold;
}

#view-my-comment {
  display: none;
}

.stars {
  white-space: nowrap;
}

.enter-comment {
  clear: both;
}

#install-options caption {
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  text-align: left;
}

#install-options td {
  max-width: 200px;
}

#show-button {
  display: none;
}

#show-code pre {
  margin-top: 0;
}

#view-code {
  display: none;
}

.popular {
  font-weight: bolder;
}

#paypal-donate-by-name {
  margin-top: 2px;
}

#paypal-donate-by-feedback {
  display: inline;
  vertical-align: top;
}

#reviews {
  padding-left: 2em;
}

.category-style-top {
  float: left;
  width: 45%;
}

.post-your-style {
  clear: both;
}

.ad {
  margin-top: 1em;
}

.ad + .pagination {
  margin-top: 1em;
}

.ad-note {
  font-weight: bold;
  font-size: x-small;
}

.ad-note span {
  background-color: #EEEED2;
  padding: 2px;
  border-radius: 7px 7px 0 0;
}

#left-sidebar .ad {
  background-color: transparent;
}

#advert_iframe {
  float: right;
}

#control-panel {
  margin-left: 15px;
  margin-top: 5px;
}

.paypal-donate-image {
  width: 110px;
  height: 23px;
}

.all-link {
  clear: both;
}

.post-your-style {
  text-align: right;
}

#rating-controls .fieldWithErrors {
  display: inline;
}

#page-description {
  margin-top: 1em;
}

#login-options {
  max-width: 500px;
}

#login .btn-auth {
  font-weight: bold;
  margin-top: 4px;
}

a.btn-auth:visited {
  color: #222;
}

a.btn-facebook:visited, a.btn-google:visited {
  color: white;
}

a.btn-twitter:visited {
  color: #327695;
}

.btn-password:hover,
.btn-password:focus {
  border-color: #777;
  background: #fcfcfc;
}

.btn-password:active {
  background: #f5f5f5;
}

.login-option-explanation {
  font-weight: bold;
}

.login-navigation {
  font-size: x-small;
  margin-left: 1em;
}

#post-discussion iframe {
  width: 100%;
  height: 50em;
}

#discussions .good-rating {
  list-style-image: url(/assets/reviews/good-df758b70add644e2f557e9dc75a592b69deb03ca3136de7b2cc3b5f1695bcf09.gif);
}

#discussions .bad-rating {
  list-style-image: url(/assets/reviews/bad-3be76cde5b6257834ef094aa948693862feb4a608da7dad3fad7939ff628d66c.gif);
}

#discussions .ok-rating {
  list-style-image: url(/assets/reviews/ok-126eec5cb6a11c6e195e55892a82630072ff46dc707f71b378b2b8d679f5ced0.png);
}

#discussions .no-rating {
  list-style-image: url(/assets/reviews/question-b26b16a0770515533db6ed7104e367c6de9c2fe4e66ecd2a7c6074451de055ae.png);
}

#search-options {
  font-size: smaller;
}

#style-settings ul {
  list-style-type: none;
  padding-left: 20px;
}

#style-settings select {
  max-width: 25em;
}

#front-page-best, #front-page-newest {
  /*	float: left;*/
  display: inline-block;
  max-width: 45%;
  vertical-align: top;
}

.more {
  font-size: smaller;
  border-top: 1px solid #92B3E5;
  margin-top: 8px;
  padding-top: 4px;
}

.more ~ .more {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

#related {
  overflow: hidden;
}

.listing-left-info {
  float: left;
  width: 350px;
  min-height: 100px;
}

.listing-no-screenshot {
  background-color: #EEE;
  border-radius: 5px;
}

.style-brief {
  margin-bottom: 2em;
}

.style-brief header {
  font-size: 18px;
}

.style-brief-text {
  margin-left: 360px;
}

.style-brief-text > a, .style-brief-text > a:visited, .style-brief-text > a:active {
  color: #3498db;
  text-decoration: none;
}

#search select {
  font-size: inherit;
}

.style-brief-stats {
}

.style-brief-stats span {
  display: inline-block;
  min-width: 16em;
}

.style-brief-control-links {
  padding-top: 0.5em;
}

.style-brief-text .style-brief-stats span:last-child {
  min-width: auto;
}

.numeric-value {
  text-align: right;
}

.date-value, .image-value {
  text-align: center;
}

#social {
  height: 27px;
}

#social.listing {
  margin-bottom: 1em;
}

.fb-like {
  width: 140px;
  height: 24px;
  display: inline-block;
  overflow-x: hidden;
  vertical-align: bottom;
}

.notice {
  background-color: yellow;
  padding: 0.3em;
}

.style-warning {
  background-color: #FFFF66;
}

#post-install-ad {
  margin-top: 1em;
}

.style-warnings {
  display: none;
}

.style-warning-icon {
  vertical-align: bottom;
  cursor: pointer;
}

#add-review {
  border: 0;
}

.errorExplanation {
  padding: 0.5em;
  background-color: #F88;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.errorExplanation li {
  white-space: pre-wrap;
}

.notice {
  background-color: #FF6;
}

.deletion-reason {
  color: red;
}

.pagination .current {
  font-style: normal;
}

.style1 {
  font-size: 16px;
  color: #CCFFFF;
}

.install-bg {
  position: absolute;
  width: 100%;
  height: 1500px;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-color: #000000;
}

.install-bag {
  position: absolute;
  width: 100%;
  z-index: 1001;
  top: 0px;
  left: 0px;
}

.install-img {
  float: right;
  opacity: 0;
  margin-right: 10px;
  margin-top: 10px;
}

#install-stats-chart {
  width: 100%;
  height: 400px;
}

@media (max-width: 900px) {
  /* move sidebar to the bottom */
  #left-sidebar {
    float: none !important;
    width: auto !important;
    margin-left: 5px !important;
    margin-top: 1em !important;
  }

  #content-wrapper {
    float: none !important;
    width: auto !important;
  }

  #main-article {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  #left-sidebar .ad {
    display: none;
  }

  /* reorganize sidebar nav */
  #search-terms, #search-submit, #show-advanced-search {
    float: none !important;
  }

  #search-terms {
    width: 85% !important;
  }

  #show-advanced-search {
    text-align: left !important;
  }

  nav form {
    margin-bottom: 0.5em !important;
  }
}

@media (max-width: 600px) {
  /* browse page - put screenshot on top of text rather than beside */
  .listing-left-info {
    float: none !important;
    width: auto !important;
  }

  .screenshot-thumbnail {
    text-align: left !important;
  }

  .style-brief-text {
    margin-left: 0 !important;
  }

  .style-brief, #browse-middle-ad {
    padding-top: 15px !important;
    border-bottom: 2px solid gray !important;
    padding-bottom: 2em !important;
  }

  .style-brief:last-of-type {
    padding-bottom: 5px !important;
  }

  /* browse page - fit stats on one line */
  .style-brief-stats span {
    display: inline !important;
  }

  .style-brief-stats span::after {
    content: "|" !important;
  }

  .style-brief-stats span:last-child::after {
    content: "" !important;
  }

  /* show page - screenshot on top of text rather than beside */
  #style-author-info {
    margin-left: 0 !important;
  }

  #left-info {
    float: none !important;
    width: auto !important;
  }

  /* show page - align style info */
  #main-style-info-area {
    margin-left: 0 !important;
  }

  #info-tables th {
    min-width: 150px !important;
  }

  /* allow social widgets to wrap */
  #social {
    height: auto !important;
  }

  /* give the header a better chance of being on one line */
  h1 {
    font-size: 1.25em !important;
  }
}

.welcome-logo {
  height: 105px;
  border-radius: 4px;
  background-color: #2b7fb7;
  background-image: url(/assets/welcome-logo-43ae76249135f00c9fbc9cc7ba6d199f7bac494f89e45fdcc2ec30eaeb34d4e2.svg);
}

.welcome-logo-text {
  font-family: 'Roboto', sans-serif;
  font-size: 33px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 68px;
}

.text-style-bold {
  font-weight: bold;
  padding-top: 40px;
}

.welcome-paragraph {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: normal;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 41px;
  margin: auto;
}

.welcome-video-container {
  width: 608px;
  height: 315px;
  margin: auto;
  padding-top: 58px;
}

.welcome-video-text {
  height: 34px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: center;
  color: #7e8890;
  padding-top: 20px;
  padding-bottom: 28px;
}

.uninstall-main {
  margin: auto;
}

.uninstall-main-text {
  padding-top: 50px;
  width: 624px;
  height: 82px;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: center;
  color: #4a4a4a;
  margin: auto;
  padding-top: 68px;
}

.uninstall-additional-text {
  padding-top: 74px;
  width: 624px;
  height: 27px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  text-align: center;
  color: #4a4a4a;
  margin: auto;
  padding-bottom: 30px;
}

.uninstall-reinstall-button {
  width: 202px;
  height: 61px;
  border-radius: 5px;
  background-color: #3498db;
  margin: auto;
}

.uninstall-reinstall-button-text {
  height: 24px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: auto;
  padding-top: 18px;
}

#reinstall-link a {
  color: #ffffff;
  text-decoration: none;
}

.uninstall-link {
  width: 624px;
  height: 19px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #3498db;
  margin: auto;
  padding-top: 30px;
}

#uninstall-link a {
  color: #3498db;
  text-decoration: none;
}

a.selected {
  color: white;
  z-index: 100;
}

.popup-message {
  position: absolute;;
  top: 0;
  z-index: 50;
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  cursor: default;
  margin-top: 15px;
}

#keep {
  display: flex;
  flex-direction: row;
}

label {
  margin-bottom: 3px;
}

.popup-message p, .popup-message.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.contact-input {
  width: 500px;
  height: 38px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin-bottom: 11px;
}

.contact-font {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.contact-bold-font {
  width: 528px;
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.contact-input-large {
  width: 500px;
  height: 147.1px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin-bottom: 11px;
}

.contact-submit-button {
  width: 115px;
  height: 34px;
  border-radius: 4px;
  background-color: #ffed84;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.contact-hidden {
  display: none;
}

.statistic table, th, td {
  border: 1px solid grey;
}

.admin-layout {
  width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.additional-screenshot {
  width: 100%;
  max-width: 80px;
}

.bold {
  font-weight: bold;
}

.header_privacy  {
  text-align: center;
  font-weight: bold;
}

.header_privacy_last_modified{
  text-align: center;
}

.header_tou {
  text-align: center;
  font-weight: bold;
}

.header_tou_last_modified{
  text-align: center;
}

.ad_large_rectangle_div {
  width: 336px;
  height: 280px;
  display: flex;
  justify-content: center;
}
/* ...



*/

