.buttons {
display: block !important
}

.button {

display: inline !important;

}


.replay .buttons {
  text-align: center;
  margin: 2px 0 1px 0;
  font-size: 0.8em;
}

.control.buttons .button {
  width: 190px;
  margin-top: 5px !important;
}

.control.buttons div.fat {
  font-size: 150%;
}

div.control.buttons .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

div.button {
  opacity: 1;
  padding: 4px 7px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
  margin-left: -1px;
  margin-right: -1px;
}

.button.strong {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

div.control.icons .button {
  font-size: 16px;
  height: 34px;
  padding: 0 10px;
  margin: 0 3px;
}

div.control.buttons .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.button.disabled {
  opacity: 0.75 !important;
  cursor: not-allowed  !important;
}

.button,
div.negotiation .button,
div.force_resign_zone .button {
  display: inline-block;
}

.replay div.flip {
  margin-right: 10px;
}

.button,
.ui-button {
  cursor: pointer;
}

button.a {
  border: none;
  background: none;
}


.button,
div.button,
.button:visited,
.ui-state-default,
#translation_call,
#notifications > div,
div.vstext,
div.user_show div.content_box_inter.tabs,
#qa .answers-header,
table.slist thead {
  background: rgb(245, 245, 245);
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 245, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 240, 1) 100%);
  background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 240, 1) 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 240, 1) 100%);
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #FFF;
  color: #747474;
}
.button,
div.button,
.button:visited,
.ui-state-default,
#translation_call,
table.slist thead {
  font-weight: bold;
}

.button,
div.button {
  padding: 4px 6px;
  white-space: nowrap;
}
.button.thin,
div.button.thin {
  padding: 0 8px;
}
.button,
div.button,
.ui-button,
.ui-slider-handle,
.ui-widget-content {
  border-style: solid;
  border-width: 1px;
  border-color: #929292;
}
.button,
div.button,
.ui-slider-handle,
.ui-widget-content {
  border-radius: 2px;
}
.button:hover,
div.button:hover,
.ui-state-hover {
  border-color: #A2A2A2;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
}
.button:active,
div.button:active {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset;
}
/* active gradient */

.button.active,
.button.active:hover,
.ui-state-active,
.ui-widget-header,
div.pagination span.current,
.unread,
#top span.new_challenges,
div.progressbar.flashy div,
#import_game .progression {
  color: #fff !important;
  text-shadow: 0px 1px 0px #000 !important;
  background: #d85000 !important;
  border-color: #b84400 !important;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15) inset !important;
}
.button {
  margin: 0 -3px 0 -3px;
}

.button {
  display: inline-block;
  margin: 0;
}




.is::before,
[data-icon]::before,
.is-after::after {
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "fontawesome-webfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}
.is.text::before,
.text[data-icon]::before {
  margin-right: 5px;
}
[data-icon].is2::before {
  font-size: 20px;
}
[data-icon].is3::before {
  font-size: 22px;
}
[data-icon].is4::before {
  font-size: 30px;
}
[data-icon].is-green::before {
  color: #759900;
}
[data-icon].is-red::before {
  color: #dc322f;
}
[data-icon].is-gold::before {
  color: #d59120;
}
body.blind_mode .is::before,
body.blind_mode .is::after,
body.blind_mode [data-icon]::before {
  content: none;
  display: none;
  visibility: hidden;
}
.is.color-icon.white::before {
  content: "K";
}
.is.color-icon.black::before {
  content: "J";
}
.is.color-icon.random::before {
  content: "l";
}


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