body {
    background-color: #6eb3f0;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

div {
    text-align: center;
}

.kreapedia-img {
    display: inline-block;
    width:auto;
    height: 50%;
}

.kreapedia-stats {
    display: inline-block;
    width:auto;
}

.title-section>h1 {
    text-align: center;
}

#btn-catch{
    display: block;
    margin: auto;
}

.l-separator {
    display: block;
    margin: auto;
}

.error{
    color: red;
}

#logo{
    text-align: center;
}

#navbar{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url("../images/navbar.png");
}
#navbar li{
    float: left;
}

#navbar li a {
    display: block;
    color: black;
    text_align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#navbar li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

img.resize {
    width:540px; /* you can use % */
    height: auto;
}

.banner {
    display: block;
    width: 270px;
    height: auto;
    margin: auto;
}

.krea-list {
    height: auto;
    width: 30%;
    display: inline-block;
}

.krea-list>img, .krea-list>span {
    height: auto;
    width: 100%;
}

#inactive-krea {
    height: auto;
    width:100%;
}

.active-krea {
    display: block;
    width:70%;
    margin: auto;
}

.active-krea>img {
    height: auto;
    width: 50%;
    display: inline-block;
    float: left;
}

.active-krea>span {
    display: inline-block;
    width: auto;
    float: left;
    text-align: left;
    margin-left: 10px;
}

.artist>* {
    width: 75%;
    margin: auto;
    text-align: center;
}
.artist>img {
    width: 30%;
    height: auto;
    display: block;
}

#kreapedia {
    text-align: center;
}

#ranking {
    margin: 0px auto;
    border-collapse: collapse;
    border: 1px solid #A9A9A9;
}

#ranking>tbody>tr {
    text-align: center;
}

#ranking>tbody>tr:nth-child(even) {
    background-color: #F2F2F2;
}

#ranking>tbody>tr:hover {
    background-color: #6495ED;
}

#ranking>tbody>tr>th, #ranking>tbody>tr>td {
    padding: 10px;
}
