.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}
/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    margin-top: 20px;
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}

body > div.page-content-1 > div.col-xs-8.col-xs-offset-2 > table:nth-child(2) > thead > tr > th {
    color: #c99a41;
    font-size: 20px;
    font-weight: 700;
    padding-top: 37px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
    background-size: cover;
    background: #1d1d1bd4 !important;
}

body > div.page-content-logout > div > table:nth-child(2) > thead > tr > th {
    color: #c99a41;
    font-size: 20px;
    font-weight: 700;
    padding-top: 37px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
    background-size: cover;
    background: #1d1d1bd4 !important;
}

.btn-primary {
    width: 165px;
    height: 60px;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/bg-bottom-new.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%);
   /* right: 14px;*/
    text-shadow: 2px 2px #000;
 
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #ff0000 !important;
	border-color: #ff0000 !important;
}

.panel-body:after {
	clear: none !important;
}
table {
	box-shadow: none !important;
	border: none !important;
}
table tr td {
	border-bottom: 1px solid #fbb45014 !important; 
}
.myaccount-table tr td {
	background: #0d0615 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	background-color: #1b1b1b !important; 
}
.panel {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}
.panel-body, .panel-body .character-name {
	color: white !important;
}
.panel-body .character-name {
	padding-bottom: 5px !important;
	border-bottom: 1px solid #2c2437 !important;
}
/*input {
	background: #241d2d !important;
	color: white !important;
	border: 1px solid #2c2437 !important;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { 
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: #fff;
	-webkit-text-fill-color: #fff;
}
