@import url(https://use.fontawesome.com/releases/v5.12.0/css/brands.css);
@import url(https://use.fontawesome.com/releases/v5.12.0/css/fontawesome.css);

.flyover th {
    text-align: center
}
.flyover tr td:first-child > .icon {
    float: left;
    margin: 0 8px 0 0
}
.flyover tr td:first-child > .title {
    font-size: 14px
}
.flyover tr td:first-child > .smalltext {
    color: #929292
}
.flyover tr td:first-child .sync,
.flyover tr td:first-child .unlink {
    margin-right: 10px;
    float: right
}
.flyover tr td:first-child .unlink {
    color: #e66a6a
}
.flyover .content td:last-child {
    width: 30%
}
.flyover .content td:last-child label {
    width: 50%;
    float: left;
}
.flyover .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: 5px 5px 5px 0;
    vertical-align: middle
}
.flyover .footer {
    text-align: center
}
.flyover .footer div {
    font-size: 15px;
    margin: 5px 0 10px
}
.flyover .footer .icon {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    top: 0
}
.flyover .footer .icon:hover {
    top: -3px
}
.flyover [class*="500px"] {
    background: #444
}
.flyover .amazon {
	background: #FF9900;
	color: #000!important
}
.flyover .bitbucket {
    background: #205081
}
.flyover .discord {
    background: #7289DA
}
.flyover .disqus {
    background: #2E9FFF
}
.flyover .dribbble {
    background: #EA4C89
}
.flyover .facebook {
    background: #3B5998
}
.flyover .foursquare {
    background: #2398C9
}
.flyover .github {
    background: #4183C4
}
.flyover .gitlab {
	background: #fc6d26
}
.flyover .google {
    background: #245DC1
}
.flyover .instagram {
    background: #3F729B
}
.flyover .linkedin {
    background: #007FB1
}
.flyover .mailru {
	background: #168de2
}
.flyover .odnoklassniki {
	background: #ed812b
}
.flyover .reddit {
    background: #FF4500
}
.flyover .spotify {
	background: #1db954
}
.flyover .stackexchange {
    background: #1F5196
}
.flyover .steam {
    background: #000
}
.flyover .tumblr {
    background: #2C4762
}
.flyover .twitchtv {
    background: #6441A5
}
.flyover .twitter {
    background: #00ACED
}
.flyover .vkontakte {
    background: #2E9FFF
}
.flyover .windowslive {
    background: #3E73B4
}
.flyover .wordpress {
    background: #21759B
}
.flyover .yahoo {
    background: #731A8B
}
.flyover .yandex {
	background: #FFCC00
}
.flyover .wechat {
	background: #7bb32e;
	color: #000!important
}
.flyover .login_box {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    vertical-align: middle
}
.flyover .login_box_buttons {
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 13px;
    vertical-align: middle;
    margin: 2px 0;
    display: inline-block;
    line-height: 20px;
    width: 49%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 500
}
.flyover .login_box_icon_text_wrapper {
    display: inline-block;
    text-align: left;
    width: 49%
}
.choose-account .desc {
    margin: 20px 0 0;
    text-align: center
}
.choose-account .accounts {
    margin: 70px 0;
    text-align: center
}
.choose-account .accounts > div {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    min-width: 150px;
    padding: 12px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.choose-account .accounts > div:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1)
}
.choose-account .accounts > div * {
    cursor: pointer
}
.choose-account .accounts > div h2 {
    margin-bottom: 0;
    font-weight: 500
}
.choose-account .accounts > div .avatar {
    -webkit-border-radius: 999em;
    border-radius: 999em;
    max-height: 70px;
    max-width: 70px
}