/* INIT / reset */

*,
*:after,
*:before {
    box-sizing: border-box;
}

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: auto;
}

@view-transition {
    navigation: auto;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal
}

b,
strong,
.bold,
label span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 105%;
}

div,
p,
form,
table {
    padding: 0;
    margin: 0;
    font-size: inherit
}

p {
    word-wrap: break-word;
}

iframe {
    width: 100%;
    max-width: 480px;
}

img {
    max-width: 100%;
    min-width: 7px;
    border: 0
}

img.iconimg {
    max-width: none;
}

.mobshow {
    display: none !important;
}

body.hasslidemenu {
    padding-top: 40px;
}


/* LAYOUT */

.fl {
    float: left;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w66 {
    width: 66% !important;
}

.hidden {
    display: none;
}

.nobr {
    white-space: nowrap
}

#main {
    float: left;
    width: 100%;
    padding-right: 120px;
    float: left;
    margin-top: 5px;
    overflow-x: hidden;
    position: relative;
    min-height: 700px;
    max-width: 1500px;
}

#main.fullWidth {
    padding-right: 0;
}

#main:after {
    content: "";
    display: table;
    clear: both;
}

body.loading #main {
    opacity: .3
}

.col_100 {
    width: 100%;
    float: left;
}

.col_75 {
    width: 75%;
    float: left;
}

.col_60 {
    width: 60%;
    float: left;
}

.col_66 {
    width: 66.6%;
    float: left;
}

.col_50,
.col_50_lock {
    width: 50%;
    float: left;
}

.col_40 {
    width: 40%;
    float: left;
}

.col_33 {
    width: 33.3%;
    float: left;
}

.col_25 {
    width: 25%;
    float: left;
}

.col_20 {
    width: 20%;
    float: left;
}

.col_12 {
    width: 12.5%;
    float: left;
}

.col_gold1 {
    width: 41%;
    float: left;
}


/*38.2*/

.col_gold2 {
    width: 59%;
    float: left;
}


/*61.8*/

.col_container {
    width: 100%;
    padding: 0 10px 0 10px;
    float: left;
}

.col_container_thumbs {
    width: 100%;
    padding: 0 0px 0 10px;
    margin-left: -3px;
    float: left;
}

.col_container_compact {
    width: 100%;
    padding: 0 0px 0 0px;
    margin-left: -3px;
    float: left;
}

section,
article {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

section:target {
    box-shadow: 0 0 1px 2px #00adff;
}

section p,
article p {
    margin-bottom: 8px;
}

aside {
    width: 120px;
    height: 450px;
    position: absolute;
    top: 47px;
    right: 0;
}

#rightcolumnbanner {
    position: absolute;
    right: 0;
    top: 30px;
    width: 120px;
    overflow: hidden;
}


/* new */

.card {
    background-color: #fff;
    padding: 7px 15px 10px 15px;
    border: 0px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    float: left;
    clear: both;
    overflow-x: auto;
}

.card h2 {
    margin: 1px 0 8px 0;
}

.card.nopad {
    padding: 0;
}

.articles {
    padding: 0;
}


/*.articles {
	padding:0;
}*/

.articleblock {
    padding: 8px 15px;
}


/* .card .articleblock {
	padding: 8px 0px;
} */

.split2 {
    column-count: 2;
    column-gap: 10px;
}

.split3 {
    column-count: 3;
    column-gap: 10px;
}

.articleblock:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}


/* scrollbars */

.thumbstrip {
    border: 3px solid pink
}


/* other */

h1,
h2 {
    clear: both;
}

h1 {
    font-size: 27px;
    padding-left: 10px;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 22px;
    margin: 3px 0 8px 0;
}

h2.subtitle {
    color: #104F80;
    font-size: 18px;
    margin: -15px 0 8px 11px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    margin: 7px 0 8px 0;
    font-weight: bold;
}

h1::first-letter,
h2::first-letter {
    text-transform: uppercase;
}

hr {
    padding: 0;
    height: 0;
    border: 0;
}


/* soon obsolete */

cite {
    font: 11px/11px arial;
    background-color: #ffde06;
    border: 1px solid #887107;
    border-radius: 5px;
    padding: 0 2px 0 1px;
    display: inline-block;
    height: 12px;
    cursor: default;
}

.inlinehelp {
    cursor: default;
    font-size: 16px !important;
    color: #999;
    /*color: #FFA626;
	text-shadow: 0px 0px 0px #FFA626;*/
}

.switch {
    cursor: pointer;
    font-size: 80%;
    vertical-align: top;
}

.switch:hover {
    color: #999
}


/* top bar */

#topbar2017 {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

#topbar2017 h1 {
    color: white;
    display: inline;
    padding: 0 0 0 18px;
    font-size: 22px;
    line-height: 28px;
}

#top2012 {
    font-size: 13px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    /* max-width: 1350px; */
    padding: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}

#top2012_inner {
    padding: 10px 0 0 10px;
    float: left;
}

#logo2012 {
    float: left;
    width: 58px;
    margin: 3px 0 0 0;
    height: 23px;
}


/* ??? */

#social2012 {
    float: left;
    border: 3px solid pink;
}

#search2012outer {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    /*left: 140px;*/
    top: 8px;
    width: 300px;
    height: 35px;
}

#search2012 {
    display: inline-block;
    width: 300px;
    height: 36px;
    padding: 0px 7px;
    margin-top: -2px;
    border-radius: 20px;
}

#search2012 select {
    border: 0;
    width: 130px;
    padding: 9px 0 8px 0;
    margin: 0;
    float: right;
    outline: 0;
    text-align-last: right;
}

#search2012input {
    position: absolute;
    border: 0px;
    width: 170px;
    padding: 12px 0 9px 8px;
    box-shadow: none;
}

#search2012input:focus {
    box-shadow: none;
}

#menubar2012 {
    width: auto;
    margin: 4px 0 5px 0;
    font-size: 12px;
    white-space: nowrap;
    float: left;
    clear: both;
}


/* dropdown / menus */

.dropdown {
    cursor: default;
}

.dropdownmenu {
    cursor: default;
    padding-right: 15px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.dropdownmenu a {
    text-transform: none;
}

.dropdownmenu a::first-letter {
    text-transform: uppercase;
}

ul.dropdownlist {
    list-style: none !important;
    margin: 6px 0 0 -8px;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 30px;
    width: auto;
}

.dropdownmenu ul.dropdownlist {
    padding-top: 0px;
    border-top: 0px;
    max-height: none;
}

ul.dropdownlist li {
    width: auto;
    white-space: nowrap;
    font-weight: normal;
    padding: 0;
}

ul.dropdownlist li.separator {
    margin: 3px 0;
    padding: 1px 8px 0 8px;
    font-size: 90%;
}

ul.dropdownlist li.title {
    padding-left: 3px;
}

ul.dropdownlist a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 6px 8px;
}

ul.dropdownlist a.active {
    font-weight: bold;
}


/* stats */

.stats {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.stats .stat {
    text-align: center;
    display: inline-block;
    margin: 10px 20px 0 0;
    padding: 2px 8px 0px 0px;
    /*background-color: #eaeaea;
  border-radius: 60px;*/
    min-width: 69px;
    text-decoration: none;
}

.stat .value,
.stat a {
    font-size: 40px;
    letter-spacing: -3px;
    display: inline-block;
}

span.stat {
    /* same lum as blue link color */
    color: #6b6b6b;
}

.stats .label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-top: -8px;
    padding-bottom: 4px;
}


/* editor menu */

#editor_menu {
    display: inline-block;
    width: auto;
    margin: 0;
    padding-right: 10px;
    white-space: nowrap;
    float: right;
}

#editor_menu li {
    list-style-type: none;
    display: inline-block;
}

#editor_menu li span {
    display: none
}

#editor_menu a {
    color: #a5a5a5;
    vertical-align: 0;
    margin: 0 8px 0 0;
}


/* soon obsolete */

#editor_menu .editpage {
    background-position: 0px 0px
}

#editor_menu .new {
    background-position: -24px 0px
}

#editor_menu .addarticle {
    background-position: -48px 0px
}

#editor_menu .tag {
    background-position: -72px 0px
}

#editor_menu .newimage {
    background-position: 0px -24px
}

#editor_menu .editimages {
    background-position: -24px -24px
}

#editor_menu .ratings {
    background-position: -48px -24px
}

#editor_menu .logs {
    background-position: -72px -24px
}

#editor_menu .clone {
    background-position: 0px -48px
}

#editor_menu .addchar {
    background-position: -24px -48px
}

#editor_menu .delchar {
    background-position: -48px -48px
}

#editor_menu .editchar {
    background-position: -72px -48px
}

#editor_menu .event {
    background-position: 0px -72px
}

#editor_menu .refresh {
    background-position: -24px -72px
}

#editor_menu .share {
    background-position: -48px -72px
}

#editor_menu .sendmex {
    background-position: -72px -72px
}

#editor_menu .edit {
    background-position: 0px -96px
}

#editor_menu .back {
    background-position: -24px -96px
}


/* UI */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input.realsubmit {
    position: absolute;
    left: -9999px;
    width: 10px
}

.btn {
    font-size: 13px;
    line-height: 32px;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 2px 5px 0;
    padding: 0 16px;
    overflow: hidden;
    max-width: 170px;
    min-width: 88px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: 0;
    white-space: nowrap;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    background-color: #425675;
    /*#3c495d*/
    color: #eee;
    transition: all 0.1s;
    vertical-align: middle;
    user-select: none;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.compactbtn {
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    margin: 2px 2px 2px 0;
    vertical-align: middle;
}

.toolbtn,
.tools .btn {
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    line-height: 22px;
    max-width: none;
    min-width: 0;
    height: 22px;
    padding: 0 7px;
    background-color: white;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    color: #666;
    margin: 2px 4px 5px 0;
}

.btn:hover {
    text-decoration: none;
    background-color: #324665;
}

.toolbtn:hover,
.tools .btn:hover {
    background-color: #ececec;
}

.btn img {
    vertical-align: -4px;
    margin-right: 5px;
}

.btn .material-icons {
    vertical-align: -30%;
    margin: 0 5px 0 -5px;
    opacity: .75;
}

.btn.notext .material-icons {
    margin: 0;
}

.importantbtn {
    background-color: #c74b4b;
    color: white;
    box-shadow: 0px 2px 2px 0px rgba(211, 65, 65, 0.33);
}

.importantbtn:hover {
    background-color: #ecd6d6
}

.primarybtn {
    color: white;
    background-color: #2D8DD2;
    box-shadow: 0px 2px 2px 0px rgba(29, 125, 194, 0.33);
}

.primarybtn:hover {
    background-color: #1D7Dc2;
}

.btn.flat {
    background-color: #fff;
    color: #097098;
    box-shadow: 0px 1px 2px 1px rgba(128, 128, 128, 0.15);
}

.btn.flat:hover {
    background-color: #f8f8f8;
}

.btn.wider {
    max-width: none
}

.btn.disabled {
    opacity: 0.5;
    box-shadow: none
}

.btn.disabled:hover {}

.editorspecialarea .btn {
    letter-spacing: .06em;
    background-color: #ff9600;
    color: white;
    font-weight: bold;
    box-shadow: 0px 0px 3px 0px rgba(255, 166, 38, 0.5);
}

.iconbutton {
    padding: 6px;
    border-radius: 20px;
    cursor: pointer;
}

.iconbutton:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.iconbutton:hover i {
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    padding: 4px 4px;
    border: 1px solid #dedede;
    margin: 0;
    color: #555;
    background-color: #f8f8f8;
}

input[type="text"].big,
input[type="password"].big {
    padding: 8px 4px;
    margin-bottom: 5px;
}

select {
    padding: 3px 4px;
    font-size: 15px;
}

select.big {
    padding: 8px 4px 5px 4px;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: -4px;
}

input:focus,
textarea:focus {
    outline: 0;
    color: black;
}

input.h {
    display: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}


/* material */

label {
    margin: 1px 0;
    user-select: none;
}

label.indent {
    padding-left: 15px
}

label input[type=text],
label input[type=email],
label select {
    width: 95%;
}

.stacked label {
    width: 8em;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}


/* form - almost obsolete */

.formtable th {
    padding: 2px;
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
}

.formtable td {
    padding: 2px;
}


/*obsolete*/

.contact input[type=text],
.contact textarea {
    width: 100%;
}

.contact textarea {
    height: 10em;
}

.contact label {
    display: block;
    width: 100%;
    margin: 7px 0 5px 0;
    font-weight: bold;
}


/*form 2017*/

.form label span {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.form textarea,
.form input {
    width: 100%
}

.form textarea {
    height: 5em
}

.form .col_container {
    margin-bottom: 10px
}

.form .optional span {
    opacity: 0.7
}


/* breadcrumbs - soon obsolete */

.breadcrumbs {
    padding: 42px 15px 0px 10px;
    text-align: left;
    line-height: 16px;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:after,
.breadcrumbs span:after {
    content: '\00a0\25ba\00a0';
}

.breadcrumbs a.last:after,
.breadcrumbs span.last:after {
    content: normal !important;
}


/* sub navigation */

.navigation {
    margin: -9px 0 6px 0;
    line-height: 20px;
    width: 100%;
}

.navigation a {
    text-decoration: none;
    padding: 1px 5px 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
    margin-right: 1px;
}

.navigation a:after {
    content: normal !important;
}


/* tags */

.taglink {
    background-color: #e2e2e2;
    padding: 2px 9px;
    display: inline-block;
    margin: 0 1px 3px 0;
    border-radius: 10px;
    color: black;
    cursor: pointer;
}

.editorspecialarea .taglink {
    background-color: #ffe27d;
}

.taglink:hover {
    opacity: .8;
    text-decoration: none;
}


/* pills */

.buttonsbar {
    line-height: 20px;
    padding-bottom: 4px;
    float: left;
    width: 100%;
    /* text-align: right; */
}

.pill {
    text-decoration: none;
    padding: 1px 4px 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
    margin-right: 1px;
}

.pill.active {
    text-decoration: none;
}

.pill:hover {
    text-decoration: none;
}


/*
	.pill:after {
	content: normal !important;
}
*/


/* thumbnails */

.thumbnails {
    margin: 1px auto 0 auto;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    background-color: #444;
}

.thumbnails img {
    height: 115px;
}

.thumbnails::-webkit-scrollbar {
    height: 10px;
    background-color: white;
}

.thumbnails::-webkit-scrollbar-track {}

.thumbnails::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbb;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 1);
}

.thumbnails::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}


/* */

.databit {
    background-color: #0C7710;
    color: white;
    width: auto;
    height: 10px;
    display: inline-block;
    font-size: 8px;
    font-family: verdana, arial;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 3px 0 3px;
    border-radius: 2px;
}

.alertbit {
    width: auto;
    height: 12px;
    display: inline-block;
    font-size: 9px;
    font-family: verdana, arial;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 3px 0 3px;
    vertical-align: top;
    border-radius: 2px;
    background-color: #c00;
    color: white;
    text-shadow: none;
}


/* obsolete ? */

.info {
    font-size: 16px;
    margin-bottom: 10px;
}

.box {
    margin: 0 0 10px 0;
    width: 100%;
    clear: both;
}

.promobox {
    width: 300px;
    height: 250px;
    float: right;
    background-color: efe;
}

.textblock {
    margin-bottom: 10px;
}

.dashboard .info {
    background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid #eaeaea;
    margin: 4px 0 10px 0;
    width: 100%;
    clear: both;
}

.dashboard h3 {
    margin: 0 0 15px 0;
}


/* charts */

.graph {
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 0px;
    padding: 0 10px 20px 0;
}

.graph th {
    width: 1%;
    font-size: 90%;
    font-weight: normal;
    padding-right: 4px;
    white-space: nowrap;
    text-align: left;
}

.graph.platforms th {
    min-width: 115px;
}

.graph.platforms td {
    padding: 1px 0;
}

.graph.platforms .hilight {
    background-color: #FFF189;
}

.graph.platforms tr:hover {
    background-color: #D9EBFF;
}

.graph.platforms tr.hilight:hover {
    background-color: #f0f0c8;
}

.graph div,
.bars div {
    padding: 0;
    margin: 2px 0 2px 0;
    min-width: 1px;
    font-size: 6px;
    height: 9px;
    border-radius: 2px;
    background-color: #6DcAa5;
}

.graph div.max {
    background-color: #4DABEA;
}

.graph div.stripes {
    background: repeating-linear-gradient(135deg, #5DbA95, #5DbA95 4px, #7DdAb5 4px, #7DdAb5 8px);
    opacity: 0.6;
}

.graph .yearskip th {
    font-size: 2px
}

.graph .yearskip td {
    font-size: 2px;
    border-top: 2px solid #ddd;
}


/* infobox */

.infobox_blue {
    background-color: rgb(119, 189, 255);
    padding: 6px 10px;
    margin: 0 0 5px 0;
    display: inline-block;
    clear: both;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #78c9ff
}

.infobox {
    background-color: #fe7;
    padding: 6px 10px;
    margin: 0 0 5px 0;
    display: inline-block;
    clear: both;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #FFDD78
}

.infobox a {
    text-decoration: underline
}


/* tabs - obsolete */

ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabNavigation li {
    display: inline;
    margin-right: 2px;
    font-weight: bold;
}

ul.tabNavigation li a {
    display: inline-block;
    padding: 3px 5px 3px 5px;
    margin-right: 2px;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #000;
}

ul.tabNavigation li a.selected {
    position: relative;
    top: 2px;
    padding-top: 4px;
    margin-right: 0px;
    background-color: #f8f8f8;
    color: black;
    border-top: 2px solid #16517F;
    border-left: 2px solid #16517F;
    border-right: 2px solid #16517F;
}

ul.tabNavigation li a:hover {
    border-top: 1px solid #16517F;
    border-left: 1px solid #16517F;
    border-right: 1px solid #16517F;
    background-color: #fff;
}

ul.tabNavigation li a.selected:hover {
    cursor: default;
    border-top: 2px solid #16517F;
    border-left: 2px solid #16517F;
    border-right: 2px solid #16517F;
    background-color: #f8f8f8;
}

ul.tabNavigation li a:focus {
    outline: 0;
}

div.tabs {
    display: block;
    margin-top: 10px;
    clear: both;
}

div.tabs blockquote {
    display: none;
    padding: 5px;
    margin: 0px 0 3px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #16517F;
    background-color: #f8f8f8;
}

div.tabs blockquote.first {
    display: block;
}

div.tabs blockquote .info,
div.tabs blockquote .chart {
    margin: 0 3px 0 0;
}

div.tabs p {
    margin: 0 0 5px 0;
}


/* accordion */

.accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.accordion .accordion_in {
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
    overflow: hidden;
    border: 0px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.accordion .accordion_in .acc_head {
    position: relative;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    display: block;
    cursor: pointer;
    font-family: "droid sans", sans-serif;
}

.accordion .acc_icon_expand {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 45%;
    margin-top: -9px;
    background: url(//s.uvlist.net/gfx/ui/24x24.png) -98px -122px;
    opacity: 0.4;
}

#acc_art3 .acc_icon_expand {
    background-position: -98px -122px;
}

#acc_authors .acc_icon_expand {
    background-position: -50px -122px;
}

#acc_tags .acc_icon_expand {
    background-position: -2px -122px;
}

#acc_xrefs .acc_icon_expand {
    background-position: -73px -122px;
}

#acc_contribs .acc_icon_expand {
    background-position: -26px -122px;
}

#acc_reviews .acc_icon_expand {
    background-position: -2px -146px;
}

#acc_sites .acc_icon_expand {
    background-position: -26px -146px;
}

#acc_art2 .acc_icon_expand {
    background-position: -50px -146px;
}

#acc_art11 .acc_icon_expand {
    background-position: -74px -146px;
}

#acc_art1 .acc_icon_expand {
    background-position: -98px -146px;
}

.acc_active .acc_icon_expand {
    opacity: 0.7
}

.accordion .accordion_in .acc_content {
    padding: 0 0 0 2px;
    background-color: white;
    display: none;
}

.accordion .accordion_in:last-of-type,
.accordion .accordion_in:last-of-type .acc_content {
    border-radius: 0 0 3px 3px;
    /* ??? */
}

.accordion .accordion_in.acc_active>.acc_content {
    display: block;
}

.accordion .accordion_in.acc_active>.acc_head {
    color: black;
}

.accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
    /*background: url(//s.uvlist.net/gfx/ui/plusminus.png) center -18px;*/
}

.accordion.acc_with_icon .accordion_in .acc_head {
    padding-left: 50px;
    background-color: white;
    background-position: 98% 9px;
    background-repeat: no-repeat;
}

.accordion.acc_with_icon .accordion_in .acc_head:hover {
    /*background-color: #f8f8f8;*/
    background-image: url(//s.uvlist.net/gfx/ui/open.png)
}

.accordion.acc_with_icon .accordion_in.acc_active .acc_head:hover {
    background-image: url(//s.uvlist.net/gfx/ui/close.png)
}

.accordion_in:last-child.acc_active .acc_content {
    border-bottom: 2px solid #f2f2f2;
}


/* lists */

.lista {
    margin-bottom: 10px;
    width: 100%;
}


/* obsolete */

.lista tbody.zebra tr:nth-child(odd) td {
    background-color: #f8f8f8;
}


/*obsolete*/

.lista tbody.zebra tr:nth-child(even) td {
    background-color: #ffffff;
}

.lista th {
    text-align: left;
    padding: 6px 5px;
    font-weight: bold;
    color: #444;
}

.lista tr.blank th {
    font-size: 30%;
    background-color: transparent;
}

.lista td {
    font-size: 13px;
    padding: 6px 5px;
    vertical-align: middle;
    word-wrap: break-word;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.lista tr.noseparator td {
    border-bottom: 0;
}

.lista tbody.compact td {
    padding: 3px 5px;
}

.number {
    text-align: right !important;
}

.lista a.prerelease {
    color: #acacac;
}

/* .lista tbody.hover td {
    transition: background-color 0.2s;
} */

.lista tbody.hover tr:hover td {
    background-color: #fff9;
    border-bottom: 1px solid #D9EBFF;
}

.lista tr.active td {
    font-weight: bold;
}

.slista {
    width: 100%;
}

.slista td,
.slista th {
    text-align: left;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
}

.slista th {
    font-weight: normal;
}

table .header {
    background-image: url(//s.uvlist.net/gfx/sort.gif);
}

table .headerSortDown {
    background-image: url(//s.uvlist.net/gfx/desc.gif);
}

table .headerSortUp {
    background-image: url(//s.uvlist.net/gfx/asc.gif);
}

table .header,
#sorted .headerSortDown,
#sorted .headerSortUp {
    background-position: 4px center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 14px
}


/* topnav / menu */

#topnav {
    font-size: 13px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #f5f5f5;
    border-top: 1px solid #15507E;
    border-bottom: 1px solid #bbb;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.22);
    transition: background-color 0.5s;
}


/* flags */

.langico {
    width: 20px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: url(//s.uvlist.net/gfx/ui/countries.png) 0 0 no-repeat;
}

.ca {
    background-position: 0px -32px
}

.cn {
    background-position: 0px -64px
}

.en {
    background-position: 0px -96px
}

.uk {
    background-position: 0px -96px
}

.kr {
    background-position: 0px -128px
}

.eo {
    background-position: 0px -160px
}

.hk {
    background-position: 0px -192px
}

.se {
    background-position: 0px -224px
}

.au {
    background-position: 0px -256px
}

.it {
    background-position: 0px -288px
}

.no {
    background-position: 0px -320px
}

.fr {
    background-position: -40px 0px
}

.de {
    background-position: -40px -32px
}

.es {
    background-position: -40px -64px
}

.at {
    background-position: -40px -96px
}

.tw {
    background-position: -40px -128px
}

.fi {
    background-position: -40px -160px
}

.us {
    background-position: -40px -192px
}

.ru {
    background-position: -40px -224px
}

.jp {
    background-position: -40px -256px
}

.cs {
    background-position: -40px -288px
}

.br {
    background-position: -40px -320px
}

.cl {
    background-position: -80px 0px
}

.nz {
    background-position: -80px -32px
}

.si {
    background-position: -80px -64px
}

.bg {
    background-position: -80px -96px
}

.ee {
    background-position: -80px -128px
}

.is {
    background-position: -80px -160px
}

.pl {
    background-position: -80px -192px
}

.nl {
    background-position: -80px -224px
}

.be {
    background-position: -80px -256px
}

.hu {
    background-position: -80px -288px
}

.ie {
    background-position: -80px -320px
}


/* user */

.cheers {
    background-color: #e5f1ff;
    border: 3px solid #3d96ff;
    border-radius: 7px;
}


/* userflags */

#userflags {
    width: 100%;
    margin: 10px 0;
}

#userflags .userflag {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    position: relative;
    margin: 0 1px;
}

#userflags span {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    background: url(//s.uvlist.net/gfx/ui/userflags.png) 0 0 no-repeat;
    cursor: pointer;
}

#userflags .ownon {
    background-position: 0px 0px
}

#userflags .ownoff {
    background-position: -25px 0px
}

#userflags .prefon {
    background-position: 0px -25px
}

#userflags .prefoff {
    background-position: -25px -25px
}

#userflags .wanton {
    background-position: 0px -50px
}

#userflags .wantoff {
    background-position: -25px -50px
}

#userflags .finon {
    background-position: 0px -75px
}

#userflags .finoff {
    background-position: -25px -75px
}

#userflags .pnowon {
    background-position: 0px -100px
}

#userflags .pnowoff {
    background-position: -25px -100px
}

#userflags .playedon {
    background-position: 0px -125px
}

#userflags .playedoff {
    background-position: -25px -125px
}

#userflags .count {
    font-size: 10px;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 15px;
    background-color: #d8d8d8;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: -6px;
    height: 14px;
    padding: 1px 0;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#userflags .name {
    font-size: 10px;
    font-weight: bold;
    color: #666;
    text-align: center;
    width: 100%;
}


/* tiny icon pack */

.ip2 {
    display: inline-block;
    overflow: hidden;
    background: url(//s.uvlist.net/gfx/ui/tinyicons-pack.png) 0 0 no-repeat;
    vertical-align: -3px;
}

.open {
    background-position: -3px -3px;
    width: 9px;
    height: 9px;
    cursor: pointer;
    vertical-align: baseline;
}

.close {
    background-position: -19px -3px;
    width: 9px;
    height: 9px;
    cursor: pointer;
    vertical-align: baseline;
}

.ok {
    background-position: -2px -18px;
    width: 11px;
    height: 9px;
}

.ko {
    background-position: -18px -18px;
    width: 11px;
    height: 9px;
}

.na {
    background-position: -34px -18px;
    width: 11px;
    height: 9px;
}

.settings {
    background-position: -32px 0px;
    width: 16px;
    height: 16px;
}

.tools {
    background-position: -64px 0px;
    width: 16px;
    height: 16px;
}


/* oTip */

#oTip {
    width: auto;
    max-width: 270px;
    border: 1px solid #550;
    background: #FFFBA8;
    /*#ffc;*/
    position: absolute;
    font-size: 12px;
    font-family: arial;
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}


/* material menu */

.menu {
    background: #fafafa;
    color: #757575;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 8px 0;
    margin: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 0.1s;
    z-index: 96
}

.menu.show {
    transform: scale(1);
}

.menu.menu--right {
    transform-origin: top right
}

.menu.menu--left {
    transform-origin: top left
}

.menu li {
    display: block;
    min-height: 38px;
    line-height: 16px;
    margin: 0;
    padding: 4px 0 0 0;
    width: 100%
}

.menu li.menu-separator {
    background: #eee;
    height: 1px;
    min-height: 0;
    margin: 12px 0;
    padding: 0
}

.menu li.menu-separator:hover {
    background: #eee
}

.menu li:first-child {
    margin-top: 0
}

.menu li:last-child {
    margin-bottom: 0
}

.menu li:hover {
    background: #eee
}

.menu a {
    color: #666;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 14px 0 14px;
    ;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    min-width: 120px;
}

.menu a:hover {
    color: #444
}

.menu a.active {
    font-weight: bold;
    color: #333
}

.menu span {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    vertical-align: 20%;
    padding-left: 20px;
}

.menu .material-icons {
    color: #666 !important
}


/*temporary*/

@media screen and(-webkit-min-device-pixel-ratio:0) {
    .menu {
        display: none;
    }

    .menu.show {
        display: block;
    }
}


/* newest star rating */

#vote span.voteInfo {
    margin-left: 3px;
    font-size: 0.8em;
    width: auto
}

#vote.active span {
    cursor: pointer
}

#vote div {
    width: 12px;
    height: 25px;
    display: block;
    float: left;
}

#vote div span {
    width: 12px;
    height: 25px;
    display: block;
    float: left;
    background-color: transparent;
    background-image: url(//s.uvlist.net/gfx/stars.png)
}

#vote div.odd .off {
    background-position: 0 0
}

#vote div.even .off {
    background-position: -12px 0
}

#vote div.odd .on {
    background-position: 0 -25px
}

#vote div.even .on {
    background-position: -12px -25px
}

#vote .voteredeem_on {
    cursor: pointer;
    float: left;
}

#vote .voteredeem_off {
    float: left;
    opacity: 0.30;
}


/* external links */

a.fav img {
    border: 0px;
    vertical-align: -15%;
    width: 14px;
    height: 14px;
    margin: -1px 2px
}


/* forum */

.threadupdate {
    font-size: 90%;
    color: #999;
}

.forumpost {
    float: left;
    width: 100%;
}

.forumpost .author {
    font-weight: bold;
}

.forumpost .replyheader {
    float: left;
    width: 100%;
    padding: 5px 0 3px 0;
}

.forumavatar {
    border: 1px solid #888;
    width: 48px;
    margin: 0 15px 10px 0;
}

.replyheader .forumavatar {
    width: 24px;
    margin: 0 10px 0px 0;
}

.forumthread {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.forumthread h3 {
    margin: 0;
}

div.quote {
    background: #E9EfF3 url(//s.uvlist.net/gfx/quote2.png) no-repeat left top;
    border: 1px solid #a2c3e3;
    padding: 3px 3px 3px 30px;
    margin: 3px 15px 0px 10px;
    clear: left
}

div.recentthread {
    border-left: 2px solid #3388CF;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F0F7FF;
}

div.stickythread {
    border-left: 2px solid #cc3300;
    padding-left: 5px
}


/* social */

.socialbutton,
.socialbutton_pinterest {
    width: 50px;
    height: 65px;
    float: left;
}

.socialbutton_pinterest a {
    top: 30px;
}

#___plusone_0 {
    margin: -1px 0 0 -1px !important;
    vertical-align: top !important;
    transform: scale(.88, .96);
}

.shareButtons2013,
.shareButtons2014,
.shareButtons2015 {
    min-height: 36px;
}

.shareButtons2013 div,
.shareButtons2014 div,
.shareButtons2015 div[data-service] {
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 4px 4px 0;
    background-image: url(//s.uvlist.net/gfx/ui/share-icons_32.png);
    cursor: pointer;
}

.shareButtons2013 .facebook,
.shareButtons2014 .facebook,
.shareButtons2015 .facebook {
    background-position: 0px 0px
}

.shareButtons2013 .googleplus,
.shareButtons2014 .googleplus,
.shareButtons2015 .googleplus {
    background-position: 0px -36px
}

.shareButtons2013 .twitter,
.shareButtons2014 .twitter,
.shareButtons2015 .twitter {
    background-position: 0px -432px
}

.shareButtons2013 .tumblr,
.shareButtons2014 .tumblr,
.shareButtons2015 .tumblr {
    background-position: 0px -288px
}

.shareButtons2013 .stumbleupon,
.shareButtons2014 .stumbleupon,
.shareButtons2015 .stumbleupon {
    background-position: 0px -468px
}

.shareButtons2013 .reddit,
.shareButtons2014 .reddit,
.shareButtons2015 .reddit {
    background-position: 0px -180px
}

.shareButtons2015 .share {
    background-position: 0px 41px
}

#user_share {
    display: none;
    width: 100%;
}


/* video */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* footer  */

#disclaimer {
    line-height: normal;
    font-size: 10px;
    margin: 10px 0 0 0;
    float: left;
}

#footer {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 15px 5px 50px 5px;
}

#footer a {
    color: #e8e8e8;
}


/* editor */

.editorbar {
    position: absolute;
    top: 12px;
    right: 0px;
    color: #ddd;
    padding-right: 45px
}

.editorbar a {
    margin-left: 12px
}

#editorStrip,
#editorBox {
    display: none;
}

#editorarea {
    border: 2px solid #FFA626;
    position: relative;
    overflow: auto;
    padding: 0px;
    top: auto;
    right: auto;
}

#editorarea.onside {
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
    position: fixed;
    top: 48px;
    right: 3px;
    /* padding-top: 78px; */
}

#editorarea section {
    padding: 3px;
    border-bottom: 1px solid #FFA626;
}

#editorarea.onside section {
    border-bottom: 1px solid #bbb;
}

#editorarea .inline {
    padding: 0 10px 3px 0;
    display: inline-block;
}

#editorarea .error {
    color: red;
}

#editorarea .warning {
    color: rgb(214, 139, 0);
}

#editorarea a {
    padding-right: 15px;
}

#ModBox {
    display: none;
    margin-bottom: 22px;
}

#ModContent {
    position: relative;
    /*background-color: #f4f4f4;*/
}

.ModClose {
    position: absolute;
    left: 7px;
    bottom: -23px;
    background-color: #FFA626;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 20px;
    cursor: pointer;
}


/* old */


/* #FFBE45 #FFE144 */

.userspecialarea {
    border: 4px solid #17AC35;
    background-color: #e4f0e4;
    padding: 8px;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.editorspecialarea {
    border: 3px solid #FFA626;
    background-color: #fff8cc;
    padding: 2px;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    border-radius: 7px;
}

.editorspecialarea section {
    padding: 4px;
    margin-bottom: 0;
}

.editorspecialarea section:not(:last-child) {
    border-bottom: 2px solid #FFA626;
}

.editorspecialarea h3 {
    margin: 0 0 2px 0;
}

.editorspecialarea .material-icons {
    color: black;
    /*FFA626*/
    opacity: 0.4;
}

table.editfields {
    width: 100%;
    margin: 5px 0 10px 0;
    border-spacing: 0;
}

table.editfields td {
    padding-bottom: 10px;
    padding-right: 10px;
}

table.editfields input,
table.editfields select {
    width: 100%;
}

table.editfields .check {
    width: auto;
}

table.editfields label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 140%;
    padding: 3px 0;
}

table.editfields textarea {
    width: 100%;
}


/* diff */

ins {
    background-color: #ABF793;
    text-decoration: none;
}


/* colors */


/* reset */

.material-icons {
    background-image: none !important;
    /*color:white;*/
}

.material-icons:hover {
    text-decoration: none;
}

.material-icons.md-inactive {
    opacity: .3
}


/* color: rgba(255, 255, 255, 0.3); */


/* Rules for sizing the icon. */

.material-icons.md-13 {
    font-size: 13px;
    vertical-align: -15%
}

.material-icons.md-16 {
    font-size: 16px;
    vertical-align: -21%
}

.material-icons.md-18 {
    font-size: 18px;
    vertical-align: -21%
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}


/* Rules for using icons as black on a light background. */


/*.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }*/


/* Rules for using icons as white on a dark background. */


/*.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }*/

body,
aside {
    /* same bg as 2021 */
    background-color: #e4e4e4;
    color: #444;
}

h1,
h2 {
    color: #104F80;
    /*#003b69 #306FA0*/
}

#top2012 {
    background-color: #2a5494;
    /* #3c495d */
}

#search2012 {
    border: 0;
    background-color: #416eb3;
}

#menubar2012,
#menubar2012 .material-icons {
    color: #e8e8e8;
}

ul.dropdownlist {
    background-color: #2a5494;
}

.text_dim_hi {
    color: #ddd;
    background-color: transparent;
}

#search2012input,
#search2012 select {
    color: #ddd;
    background-color: transparent;
}

#search2012input {
    color: white;
}

#search2012 option {
    color: black;
}

.sym,
ul.dropdownlist li,
ul.dropdownlist a {
    color: white;
}

ul.dropdownlist li.separator {
    border-top: 1px solid #5c697d;
    color: #616161;
}

ul.dropdownlist li.title {
    color: #aaa;
}

ul.dropdownlist a:hover {
    background-color: #2c394d;
}

a {
    color: #1974BB;
    /*#259;*/
    text-decoration: none;
}

.breadcrumbs {
    color: #646464;
}

.breadcrumbs:hover {
    color: #646464;
}

.breadcrumbs a {
    color: #848484;
}

.breadcrumbs span {
    color: #a4a4a4;
}

.breadcrumbs a:after,
.breadcrumbs span:after {
    color: #dfdfdf;
}

.breadcrumbs a:hover {
    color: #333;
}

.navigation a {
    color: white;
    background-color: #919191;
}

.navigation a.extranav {
    background-color: #6B9DC7;
}

.navigation a.active {
    background-color: black;
}

.navigation a:hover {
    background-color: #16608A;
}

.pill {
    color: white;
    background-color: #919191;
}

.pill.active {
    background-color: black;
}

.pill:hover {
    background-color: #16608A;
}


/* dropdown toolbar */

.toolbar {
    margin: 0 0 5px 0;
    line-height: 20px;
}

.toolbar span {
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-weight: bold;
    padding: 4px;
}

.toolbar span:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.toolbar .material-icons {
    vertical-align: middle;
}


/*.rightcolumn {border-right: 5px solid white;}*/

#footer {
    border-top: 1px solid #BBB;
    background-color: #2a5494;
    color: white;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.15);
}


/* dark version */

body.skin2,
body.skin2 aside {
    background-color: #202020;
    color: #ccc;
}

body.skin2 a,
body.skin2 #top2012 a {
    color: white;
}

body.skin2 h1,
body.skin2 h2 {
    color: #00B0F0;
}

body.skin2 #top2012 {
    background-color: black;
    border-bottom: 1px solid #444;
}

body.skin2 ul.dropdownlist {
    background-color: #282828;
    border: 1px solid #444;
}

body.skin2 ul.dropdownlist li.separator {
    border-top: 1px solid #444;
}

body.skin2 ul.dropdownlist a:hover {
    background-color: #484848;
}

body.skin2 .breadcrumbs {
    color: #999;
}

body.skin2 .navigation a {
    /*color:#525252;*/
    background-color: #535353;
}

body.skin2 .navigation a.active {
    color: white;
    background-color: #00920C;
}

body.skin2 .navigation a:hover {
    color: white;
    background-color: #8e8e8e;
}

body.skin2 .pill {
    background-color: #535353;
    color: white;
}

body.skin2 .pill.active {
    background-color: #00920C;
}

body.skin2 .pill:hover {
    background-color: #8e8e8e;
}

body.skin2 .pill.active:hover {
    background-color: #20b22C;
}

body.skin2 #footer {
    background-color: black;
    border-top: 2px solid #333;
}


/* MEDIA QUERIES */

@media (max-width: 1024px) {
    .breadcrumbs {
        padding-top: 46px;
    }

    .nobr {
        white-space: normal
    }
}


/*@media (min-width: 800px) {
	#search2012outer {
		left: 50%;
		margin-left: -150px;
	}
}*/

@media (max-width: 780px) {

    /* enough for toolbar editor icons */
    .mobhide {
        display: none !important
    }

    .mobshow {
        display: block !important
    }

    .col_container {
        padding: 0 4px 0 4px;
    }

    .card {
        padding: 7px 7px 7px 7px;
    }

    h1 {
        padding-left: 4px;
    }

    h2.subtitle {
        margin: -15px 0 8px 5px;
    }
}

@media (max-width: 650px) {
    #top2012 {
        position: static;
        float: left;
    }

    .col_50,
    .col_66,
    .col_75,
    .col_33,
    .col_25,
    .col_gold1,
    .col_gold2 {
        width: 100%;
        float: left;
    }

    aside {
        width: 50px;
    }

    #main {
        margin-top: 4px;
        padding-right: 0px;
        min-height: 846px;
    }

    #main.fullWidth {
        padding-right: 0;
    }

    .breadcrumbs {
        padding-top: 5px;
    }

    #rightcolumnbanner {
        position: static;
        width: 300px;
        margin: 0 auto;
        overflow: hidden;
    }
}


/* tmp */

@media (min-width: 1500px) {
    body {
        width: 1500px;
    }

    .accordion .accordion_in .acc_content {
        padding: 0 0 0 35px;
    }
}

/* new */

.card.compactcard .articleblock {
    padding-left: 0 !important
}

/* wip hack */

#xtop2012 {
    display: none
}

#signedin {
    position: absolute;
    top: 16px;
    right: 10px;
    color: white
}

.queries {
    display: block;
    font-size: 11px;
    word-break: break-all;
    padding: 40px 0
}

/* events */
.inlinesvgicon {
    width: 18px;
    height: 18px;
    vertical-align: -16%;
    margin-right: 5px;
    fill: rgb(108, 117, 125);
}

/* link buttons */

.spaced-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.spaced-buttons a {
    border: 1px solid #333;
    text-decoration: none;
    border-radius: 4px;
    padding: 3px 5px;
}

.spaced-buttons a:hover {
    filter: contrast(0.7) brightness(1.25);
}

.spaced-buttons img {
    vertical-align: -25%;
    width: 16px;
}