@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700|Libre+Baskerville&amp;subset=latin,latin-ext);

.loaderHorizontal {
    background: url('../../images/loader_horizontal.gif') no-repeat;
    height: 11px;
    width: 43px;
    margin: 20px auto 0;
}

#ranking .loaderHorizontal {
    margin: 5px auto !important;
}

#search .loaderHorizontal {
    margin: 5px auto !important;
}

.bg-equipment {
    background: url('../../images/com_bg_tile_d.png') no-repeat !important;
    background-size: 100% 100% !important;
    width: 181px;
    height: 357px;
}

.bg-equipment-avatar {
    background: url('../../images/com_bg_tile_d.png') no-repeat !important;
    background-size: 100% 100% !important;
    width: 181px;
    height: 357px;
}

.slots {
    width: 40px;
    height: 40px;
}

.itemslot {
    float: left;
    width: 40px;
    height: 40px;
    margin: 1px;
    padding: 0 !important;
}

.weapon .itemslot {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 25px;
    background: url('../../images/equip_slot_weapon.png') no-repeat !important;
    background-size: 56px 56px !important;
}

.shield .itemslot {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 25px;
    background: url('../../images/equip_slot_shield.png') no-repeat !important;
    background-size: 56px 56px !important;
}

.head .itemslot {
    background: url('../../images/equip_slot_helm.png') no-repeat !important;
}

.chest .itemslot {
    background: url('../../images/equip_slot_mail.png') no-repeat !important;
}

.shoulder .itemslot {
    background: url('../../images/equip_slot_shoulderguard.png') no-repeat !important;
}

.hands .itemslot {
    background: url('../../images/equip_slot_gauntlet.png') no-repeat !important;
}

.legs .itemslot {
    background: url('../../images/equip_slot_pants.png') no-repeat !important;
}

.foot .itemslot {
    background: url('../../images/equip_slot_boots.png') no-repeat !important;
}

.earring .itemslot {
    background: url('../../images/equip_slot_earring.png') no-repeat !important;
}

.necklace .itemslot {
    background: url('../../images/equip_slot_necklace.png') no-repeat !important;
}

.lring .itemslot {
    background: url('../../images/equip_slot_l_ring.png') no-repeat !important;
}

.rring .itemslot {
    background: url('../../images/equip_slot_r_ring.png') no-repeat !important;
}

.specdress .itemslot {
    background: url('../../images/equip_slot_specialdress.png') no-repeat !important;
    margin-top: 10px !important;
}

.hat .itemslot {
    background: url('../../images/equip_slot_helm.png') no-repeat !important;
}

.dress .itemslot {
    background: url('../../images/equip_slot_cloth.png') no-repeat !important;
}

.attach .itemslot {
    background: url('../../images/equip_slot_pandernt.png') no-repeat !important;
}

.flag .itemslot {
    background: url('../../images/equip_slot_plag.png') no-repeat !important;
}

.spec .itemslot {
    background: url('../../images/equip_slot_extraneous01.png') no-repeat !important;
}

.slots {
    width: 23% !important;
    margin-bottom: 3px !important;
}

.bg-equipment-avatar .slots {
    width: 23% !important;
    margin-bottom: 3px !important;
}

.avatar-margin {
    margin-top: 80px !important;
}

.slots.right {
    float: right;
    clear: right;
    margin-right: 0;
    margin-left: 10%;
}

.slots.left {
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: 10%;
}

.slots.weapon,
.slots.shield {
    width: 31% !important;
    margin-bottom: 40px !important;

}

.image .itemslot .image {
    margin: 3px;
}

.itemslot .image .qinfo {
    font-size: 9px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 0 -0.5px #000;
    color: #fff;
    padding: 0 0;
    float: left;
}

.move .image.activeItem {
    box-shadow: 0 0 7px 4px gray;
}

.itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 !important;
    margin: 3px;
}

.itemslot .imageavatar {
    width: 34px !important;
    height: 34px !important;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 84px !important;
}

.slots.left .itemslot .imageavatar {
    margin-left: 2px !important;
}

.weapon .itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 11px !important;
    margin-left: 11px !important;
}

.shield .itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 11px !important;
    margin-left: 11px !important;
}

.imageclear {
    margin-top: -2px;
    display: inline-block;
}

.itemInfo {
    color: #fff;
    z-index: 80;
    position: absolute;
    left: 34px;
    top: 3px;
    width: 180px;
    background: rgba(88, 98, 170, 0.85);
    border: 2px solid #303d4d;
    padding: 5px;
    display: none;
    line-height: 18px;
    font-size: 10px;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
    max-width: 190px;
    padding: 8px !important;
    background: url('../../images/com_bg_tile_tl.png') no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.ui-tooltip-content {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px !important;
    line-height: 15px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.equip-suit-slot {
    background: url('../../images/equip_slot_specialdress.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
    float: right;
    clear: right;
}

.bg-equipment-avatar .equip-suit-slot {
    background: url('../../images/equip_slot_specialdress.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 96px;
    float: right;
    clear: right;
}

.equip-suit-slot .image {
    width: 34px !important;
    height: 34px !important;
    margin-left: 2px !important;
    margin-top: 2px !important;
}

.btn-equip-avatar {
    background: url('../../images/equip_slot_avata_button.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
    float: left;
    clear: left;
    border: none;
    outline: 0;
}

.btn-equip-avatar:hover {
    background: url('../../images/equip_slot_avata_button_focus.png') no-repeat !important;
}

.btn-equip-avatar:active {
    background: url('../../images/equip_slot_avata_button_press.png') no-repeat !important;
}

.btn-equip-set {
    background: url('../../images/equip_slot_equipment_button.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 96px;
    float: left;
    clear: left;
    border: none;
    outline: 0;
}

.btn-equip-set:hover {
    background: url('../../images/equip_slot_equipment_button_focus.png') no-repeat !important;
}

.btn-equip-set:active {
    background: url('../../images/equip_slot_equipment_button_press.png') no-repeat !important;
}

.btn-rotate-group {
    position: relative;
    left: 12px;
    top: 32px;
    display: inline-block;
}

.bg-equipment-avatar .btn-rotate-group {
    position: relative;
    left: -7px;
    margin-top: 134px;
    display: inline-block;
}

.btn-rotate-left {
    background: url('../../images/equip_rotate_left_button.png') no-repeat !important;
    width: 28px !important;
    height: 16px !important;
    margin-right: -5px;
    margin-left: 5px;
    border: none;
    outline: 0;
}

.btn-rotate-left:hover {
    background: url('../../images/equip_rotate_left_button_focus.png') no-repeat !important;
}

.btn-rotate-left:active {
    background: url('../../images/equip_rotate_left_button_press.png') no-repeat !important;
}

.btn-rotate-right {
    background: url('../../images/equip_rotate_right_button.png') no-repeat !important;
    width: 28px !important;
    height: 16px !important;
    margin-left: -5px;
    border: none;
    outline: 0;
}

.btn-rotate-right:hover {
    background: url('../../images/equip_rotate_right_button_focus.png') no-repeat !important;
}

.btn-rotate-right:active {
    background: url('../../images/equip_rotate_right_button_press.png') no-repeat !important;
}

.btn-rotate-top {
    background: url('../../images/equip_rotate_reset_button.png') no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    border: none;
    outline: 0;
}

.btn-rotate-top:hover {
    background: url('../../images/equip_rotate_reset_button_focus.png') no-repeat !important;
}

.btn-rotate-top:active {
    background: url('../../images/equip_rotate_reset_button_press.png') no-repeat !important;
}

.hidden {
	display:none!important
}

.pull-left {
	padding-right:10px
	}
	
.pull-left {
	float:left!important
	}

div.image span.plus {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../../images/itemplus.png) left top;
    -webkit-animation: play 1.8s steps(32) infinite;
    -moz-animation: play 1.8s steps(32) infinite;
    -ms-animation: play 1.8s steps(32) infinite;
    -o-animation: play 1.8s steps(32) infinite;
    animation: play 1.8s steps(32) infinite;
}

@-webkit-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-moz-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-ms-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-o-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@keyframes play {
    100% {
        background-position: -1024px;
    }
}

.col-md-8.blog-box {
    padding-right: 0px;
}
.col-md-8.blog-box img {
    width: 100%;
}

.schedule-table tr {
    border-bottom: 1px solid #26221e;
    color: #ABA4A0;
    font-size: 14px
}

.schedule-table td {
    padding: 5px
}

h4.nk-widget-title span {
    color: #D8C4B8;
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    text-transform: none;
	font-weight: 100;
}

.schedule-table td:nth-child(2) {

}

.schedule-table tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.05);
}

.schedule-table td:nth-child(1) {
    width: 132px;
    border-right: 1px solid #26221e;
}

.schedule-table td:nth-child(2) {
    width: 132px;
    text-align: center;
}

.stats-table tr {
    border-bottom: 1px solid #26221e;
    color: #ABA4A0;
    font-size: 14px
}

.stats-table td {
    padding: 5px
}

.stats-table tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.05);
}

.stats-table td:nth-child(1) {
    width: 132px;
    border-right: 1px solid #26221e;
}

.stats-table td:nth-child(2) {
    width: 132px;
    text-align: center
}

.btn.btn-system.border-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: url(/media/img/butonred.png);
    color: white;
	    display: inline-block;
    padding: 7px 25px;
    box-shadow: inset 0px 0px 0px 1px #000000;
    border: 1px solid #191410;
    font-size: 13px;
}
.progress-container {
    display: flex;
    border-radius: 4px;
    border: 1px solid #5b4b2f;
    box-shadow: inset 0px 0px 0px 1px #000000;
    width: 100%;
    height: 28px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.progressbar {
    background: #312919;
    height: 100%;
    position: absolute;
    line-height: inherit
}

.progressbar-text {
    color: #a28553;
    margin-top: 2px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.btn.btn-system.border-btn:hover {
    background: url(/media/img/butonred-hover.png) center center repeat-x;
}

.blog-post.standard-post {
    background-color: #0B0807;
    box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 5%);
    padding: 5px;
    border-radius: 3px;
	margin-bottom: 20px;
}

.oyun-indir-box {
    width: 275px;
    background: #18150f;
    height: auto;
    margin: 0 23px 23px;
    border-radius: 4px;
    border: 1px solid #5b4b2f;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px #000000;
    display: inline-block;
}

.oyun-indir-box:hover {
    border-color: #8B7653
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 10px 10px;
}

.table tbody+tbody {
    border-top: 0px solid #dee2e6;
}

.oyun-indir-baslik {
    width: 100%;
    height: 45px;
    float: left;
}

.oyun-indir-baslik span {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 45px;
    color: #d9ae6e
}

.oyun-indir-aciklama {
    float: left;
    width: 100%;
    height: auto;
}

.oyun-indir-aciklama span {
    font-family: 'PT sans', sans-serif;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 23px;
    color: #c1af94;
    font-size: 13px;
    padding: 0px 10px 0 10px
}

.oyun-indir-aciklama span b {
    box-shadow: 0px 1px 0px 0px #E14343;
    font-weight: 400
}

.oyun-indir-button {
    width: 100%;
    float: left;
    height: 52px;
    margin: 15px 0 10px 0
}

.kayit-text {
    color: #2a0f0d;
    font-size: 15px;
}

#captchaimg font {
    background-color: #501f1f;
    padding: 0 15px;
    border-radius: 5px;
}

.refreshIconCaptcha {
    color: #501f1f;
}

.kayit-text a {
    color: #4c2b2b;
}

.indirButton {
    width: 197px;
    height: 52px;
    margin: 0 auto;
    background: url(/media/img/oyunindirButton.png) center center no-repeat;
}

.white_content {
    display: none;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: auto;
    padding: 16px;
    z-index: 1002;
    background: url(/media/img/solBg.jpg) center center repeat;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #000000;
    border: 1px solid #D5B791;
	-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.9s;
    animation-name: animatetop;
    animation-duration: 0.9s;
}

.kapa-icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #A41717;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1100;
    color: #fff;
    display: table;
    text-decoration: none;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 700
}

.dialog-ic {
    width: 100%;
    height: auto;
}

.dialogForm {
    width: 300px;
    height: auto;
    float: left;
    margin: 10px 0 0 35px;
    position: relative
}

.dialogForm input {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
    text-indent: 5px;
    outline: 0;
    border-radius: 4px;
    border: 1px solid #988068;
    background: #D4C6AF
}

.dialogForm input:focus {
    box-shadow: 0px 0px 5px 0px #DD872D;
    border: 1px solid #000;
    background: #FFFFFF
}

.dialogLabel {
    width: 100%;
    float: left;
    color: #EFE2D9;
	margin: 0;	
    font-weight: 400;
	font-size: 15px;
}

.girisbutton {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    position: relative;
    height: 35px
}

.girisbutton .trbtn {
    width: 50%;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.dialogBaslik {
    width: 100%;
    background: url(/media/img/baslikAlt.png) center top no-repeat;
    height: 46px;
    text-align: center;
}

.dialogBaslik span {
    width: 100%;
    text-align: center;
    color: #E8DDC2;
    font-family: 'Libre Baskerville', serif;
    float: left;
    margin-top: 15px;
	font-size: 16px;
}

.trbtn {
    background: url(/media/img/noisy.png) center center repeat #32190D;
    border: none;
    outline: 0;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    box-shadow: 1px 1px 5px 0px #000000, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.13);
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
    color: #F7E9C6;
    text-shadow: 0px 1px 3px #000000
}

.trbtn:hover {
    color: #FFFFFF;
    background: url(/media/img/noisy.png) center center repeat #2F1C13;
}

.kapa-icon span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.indirButton:hover {
    background: url(/media/img/oyunindirButtonhover.png) center center no-repeat;
}

table.table.table-striped thead {
    background: url(/media/img/solBg.jpg) repeat;
	    text-align: center;
}

table.table.table-striped th {
    font-size: 14px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #f3e7d214;
}

#content-full {
    background: url(/media/img/background-full.png) center center repeat-y;
    padding-top: 40px;
	padding-bottom: 20px;
}

.oyun-indir-destek span {
    color: #5a5343;
    font-size: 14px;
    padding: 10px;
    float: left;
}

.oyun-indir {
    float: left;
    max-width: 300px;
}

.schedule-table {
    width: 95%;
    margin: 0 auto;
}

.classic-title {
    color: #c58a3db5;
    font-size: 14px;
    padding-left: 15px;
    text-transform: none;
}

.market-uyari {
    padding: 0 20px;
    text-align: center;
    color: #DD1F22;
}

.oneColumn {
    width: 870px;
    height: auto;
    margin: 40px auto 0 auto;
}

.siralamaBigTable {
    width: 100%;
    background: #070605;
    height: auto;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 5%);
    color: #E1DDD0;
    position: relative;
    padding: 10px;
}

.siralamaBigTable table {
    width: 100%;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow: hidden;
}

.rank-select.active {
    background: #492f26;
    color: #F3E7D2;
}
#ranking-menu a:hover {
    color: #2A1B16;
}

.siralamaBigTable table tr {
    border-bottom: 1px solid rgba(25, 21, 19, 1.00);
    font-size: 13px;
    color: #BFAE8F
}

.siralamaBigTable table tr td {
    text-align: center;
    padding: 7px 0 7px 0;
    border-right: 1px solid rgba(25, 21, 19, 1.00)
}

.siralamaBigTable table tr td:first-child {
    border-left: 1px solid rgba(25, 21, 19, 1.00);
	padding-left: 10px;
}

.siralamaBigTable table tr a:hover {
    color: #E9D8B2;
}

.siralama-top {
    width: 100%;
    float: left;
    padding: 10px 11px;
    margin: 10px 0 10px 0
}

.siralama-top input {
    background: #F3E7D2;
    padding: 5px;
    border-radius: 4px;
    outline: 0;
    color: #2A1B16;
    margin-right: 5px;
}

.siralama-top button {
    background: #F3E7D2;
    padding: 5px 8px;
    border-radius: 4px;
    outline: 0;
    color: #2A1B16;
    margin-bottom: -1px;
}

.siralama-top button:hover {
    color: #F3E7D2;
    background: #492f26;
}

.siralama-top .trbtn {
    padding: 4px 7px 4px 7px
}

.sirala-ozellikler {
    float: left;
    font-size: 14px;
    font-weight: 700
}

.sirala-ozellikler li {
    width: auto;
    float: left;
    text-align: center;
}

.sirala-ozellikler li.selected {
    color: #F3E7D2;
    background: #492f26;
}

.sirala-ozellikler li:last-child {
    margin-right: 0 !important;
}

.sirala-ozellikler li span {
    float: left;
    padding: 0px 5px 0px 5px;
    line-height: 30px
}

.sirala-ozellikler li select {
    float: left;
}

.rank-text {
    float: left;
    border-radius: 4px;
    outline: 0;
    color: #2A1B16;
    padding: 3px;
    background: #F3E7D2;
    border: 1px solid #000000
}

element.style {
}
.rank-select.active {
    background: #492f26;
    color: #F3E7D2;
}
.rank-select {
    background: #F3E7D2;
    padding: 5px;
    border-radius: 4px;
    outline: 0;
    color: #2A1B16;
    margin-right: 5px;
    font-weight: bold;
    font-size: 13px;
}

.marketTablo {
    float: left;
    width: 100%;
    height: auto;

    background: #18150f;
    border-radius: 4px;
    border: 1px solid #5b4b2f;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px #000000;
    display: block;
	margin-left: 15px;
}

#buyitinfo {
    margin: 0 15px;
}

#buyitinfo input {
    width: 220px;
    height: 35px;
    display: block;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
    text-indent: 5px;
    outline: 0;
    border-radius: 4px;
    border: 1px solid #988068;
    background: #D4C6AF
}

small.form-text.text-info {
    font-size: 14px;
    color: #d4c6af!important;
}

#buyitinfo input:focus {
    box-shadow: 0px 0px 5px 0px #DD872D;
    border: 1px solid #000;
    background: #FFFFFF
}

#buyitinfo select {
    width: 220px;
    height: 35px;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
    outline: 0;
    border-radius: 4px;
    border: 1px solid #988068;
    background: #D4C6AF;
    background-origin: content-box;
    text-indent: 0.01px;
    text-overflow: "";
}

.marketTablo a {
    display: block
}

.marketTablo a:hover {
    color: #FFFFFF
}

.marketTablo tr {
    text-align: center;
    color: #ABA4A0;
    font-size: 14px
}

@media only screen and (max-width: 768px) {
 .nk-navbar, .nk-navbar.nk-navbar-solid {
    margin-left: 20px;
    margin-right: 20px;
}
.wallborder {
    width: 330px;
    height: auto;
}

.reklam img {
    max-width: 330px;
}

.blog-post.standard-post {
    max-width: 325px;
}

.hemenOyna {
    margin-top: 30px;
}

.white_content {
  width: 300px;	
}

.dialogForm input {
    width: 200px;
}


.alert-danger {
    width: 200px;
}	
	}	

.marketTablo tr img {
    height: 32px;
    width: 32px;
}

.marketTablo tr:nth-child(1) {
    color: #d9ae6e;
    background: #14110a;
    font-size: 15px;
}

.marketTablo tr:nth-child(1) td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.marketTablo td {
    padding: 0 5px;
    border-right: 1px solid #5b4b2f;
    border-bottom: 1px solid #5b4b2f;
}

.marketTablo td:last-child {
    border-right: none;
}

.marketTablo tr:last-child td {
    border-bottom: none;
}

.marketTablo td:nth-child(1) {
    width: auto;
    padding-left: 12px;
}

.marketTablo td:nth-child(2) {
    padding-left: 10px;
    width: 60%;
}

.marketTablo td:nth-child(3) {
    width: 18%;
}

.marketTablo td:nth-child(4) {
    width: 18%;
}

@media only screen and (max-width: 768px) {
 #content {
    width: 90%;
    margin: 0 auto;
}

.alert-warning {
    margin: 0 20px;
}

.sifremi-unuttum {
    display: none!important;
}

#logo img {
    display: none!important;
}

.sagMenu {
    display: none!important;
}

.mainBg {
    width: 260px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.kayitinput {
    width: 219px; 

}

}

.marketBuyTablo {
    width: 100%;
    height: auto;
    background: #18150f;
    border-radius: 4px;
    border: 1px solid #5b4b2f;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px #000000;
    display: block;
}

.marketBuyTablo a {
    display: block
}

.marketBuyTablo a:hover {
    color: #FFFFFF
}

.marketBuyTablo tr {
    height: 50px;
    text-align: left;
    color: #ABA4A0;
    font-size: 15px
}

.marketBuyTablo tr img {
    height: 32px;
    width: 32px;
}

.marketBuyTablo td {
    padding: 0 10px;
    border-right: 1px solid #5b4b2f;
    border-bottom: 1px solid #5b4b2f;
}

.marketBuyTablo td:last-child {
    border-right: none;
}

.marketBuyTablo tr:last-child td {
    border-bottom: none;
}

.marketBuyTablo tr:last-child {
    font-size: 17px;
    text-align: center;
}

.marketBuyTablo td:nth-child(1) {
    width: 30%;
}

.marketBuyTablo td:nth-child(2) {
    width: auto;
}

.sifremi-unuttum {
    float: right;
    margin: 10px 0 5px 0;
    font-size: 13px;
    color: #E1D9CC;
}

label.col-sm-4.control-label {
    color: wheat;
}

.sifremi-unuttum a:hover {
    color: #F9D288;
}

.oyun-indir-destek {
    width: 100%;
    height: auto;
    background: #14110a;
    float: left;
    margin: 15px 0 0 0;
    box-shadow: 0px -1px 0 0 rgb(255 255 255 / 10%);
    text-align: center;
}
