﻿/*在这里方式你想重置的样式*/
.jumbotron {
     padding: 2rem 1rem;
     margin-bottom: 0;
}
/*排名页面样式*/
.rankings div{
     padding-left: 0;
     padding-right: 0;
     margin-left: 0;
     margin-right: 0;
}

.table{
     color: #fff;
     margin-bottom:0;
}


.table-bordered td, .table-bordered th {
     border: 1px solid #aeaeae17;
}

.table thead th {
     border-top: 2px solid #b3350f;
     border-bottom: 1px solid #aeaeae17;
     color: #b3350f;
     font-size: 13px;
}
.table td, .table th {
     vertical-align: inherit;
     padding: .55rem;
     border-top: 1px solid #aeaeae17;
}
.card{
     background: url(../images/servers-bg.jpg) no-repeat;
     background-size: cover;
     background-color: #12141f;
     box-shadow: 0 10px 15px 4px rgba(0, 0, 0,0.3);
     border-radius: .05rem;
}
.card-header{
     background-color: rgba(0,0,0,.22);
     border-bottom: 1px solid rgba(0,0,0,3);
     padding: .75rem 1.25rem .75rem 2.25rem;
     text-transform: uppercase;
     color: #cc7954;
     font-size: 18px;
}

.form-control {
     border-radius: .05rem;
}
.btn-outline-dark {
     color: #D3D3D3;
}
.list-group-item {
     color: #d3d3d3;
     background-color: rgba(0,0,0,.02);
     border: 1px solid #aeaeae17;
}
.list-group-item:hover {
     color:#ffff;
     background:url(../images/hover-table.png) center;
     background-size: cover;
}
.card-header:before{
     content: "";
     position: absolute;
     background: url(../images/title-icon.png) no-repeat;
     background-size: cover;
     width: 24px;
     height: 24px;
     left: 7px;
     top: 14px;
     filter: drop-shadow(0px 0px 2px #ff2a00);
}
.breadcrumb {
     background:url(../images/dark-fon.png);
}
pre{
     color:#FFF;
}