@-webkit-keyframes redPulse {
    from { -webkit-box-shadow:0 0 9px #d11f1f;-moz-box-shadow:0 0 9px #d11f1f;box-shadow:0 0 9px #d11f1f }
    50% { -webkit-box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent }
    to {-webkit-box-shadow:0 0 9px #d11f1f;-moz-box-shadow:0 0 9px #d11f1f;box-shadow:0 0 9px #d11f1f }
}

.guildlevel_badge {
    border: 1px solid rgba(255,255,255,.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    padding: 0;
    min-width: auto;
    text-align: center;
    position: relative;
}

.guildlevel_badge_monstPowerfull {
    border: 1px solid rgba(255,255,255,.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
	top: 48px;
	left: -16px;
    padding: 0;
    min-width: auto;
    text-align: center;
    position: relative;
}

.guildlevel_badge_guildPage {
    border: 1px solid rgba(255,255,255,.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
	top: 7px;
    padding: 0;
    min-width: auto;
    text-align: center;
    position: relative;
}

.guildlevel_lvlfont {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.tableMatch_guildLevel {
    flex: 0 0 20;
    width: 20;
    height: 20;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tableMatch_guildLevel_monstPowerfull {
    flex: 0 0 20;
    width: 20;
    height: 20;
    display: inline-flex;
	position: absolute;
    justify-content: center;
    align-items: center;
}

.guildlevel-0 {
    background-color: #adc3c9;
    border: 1px solid #30a7c9;
}
.guildlevel-1 {
    background-color: #3e9cb7;
    border: 1px solid #327e94;
}
.guildlevel-2 {
    background-color: #3e9cb7;
    border: 1px solid #327e94;
}
.guildlevel-3 {
    background-color: #3e9cb7;
    border: 1px solid #327e94;
}
.guildlevel-4 {
    background-color: #3e9cb7;
    border: 1px solid #327e94;
}
.guildlevel-5 {
    background-color: #3e9cb7;
    border: 1px solid #327e94;
}
.guildlevel-6 {
    background-color: #53a18b;
    border: 1px solid #417d6c;
}
.guildlevel-7 {
    background-color: #53a18b;
    border: 1px solid #417d6c;
}
.guildlevel-8 {
    background-color: #53a18b;
    border: 1px solid #417d6c;
}
.guildlevel-9 {
    background-color: #53a18b;
    border: 1px solid #417d6c;
}
.guildlevel-10 {
    background-color: #53a18b;
    border: 1px solid #417d6c;
}
.guildlevel-11 {
    background-color: #68a761;
    box-shadow: 0 0 1px #1aff00;
    border: 1px solid #51824b;
}
.guildlevel-12 {
    background-color: #68a761;
    box-shadow: 0 0 1px #1aff00;
    border: 1px solid #51824b;
}
.guildlevel-13 {
    background-color: #68a761;
    box-shadow: 0 0 2px #1aff00;
    border: 1px solid #52854d;
}
.guildlevel-14 {
    background-color: #7cac35;
    box-shadow: 0 0 2px #98ff00;
    border: 1px solid #62872a;
}
.guildlevel-15 {
    background-color: #91b20a;
    box-shadow: 0 0 3px #cdff00;
    border: 1px solid #728c07;
}
.guildlevel-16 {
    background-color: #bdb700;
    box-shadow: 0 0 3px #fff700;
    border: 1px solid #999402;
}
.guildlevel-17 {
    background-color: #f0bc00;
    box-shadow: 0 0 4px #ffc800;
    border: 1px solid #c49a00;
}
.guildlevel-18 {
    background-color: #f89a06;
    box-shadow: 0 0 4px #ff9c00;
    border: 1px solid #d68402;
}
.guildlevel-19 {
    background-color: #f46e12;
    box-shadow: 0 0 4px #ff6800;
    border: 1px solid #cc5c0e;
}
.guildlevel-20 {
    background: linear-gradient(#e32222, #b31919);
    box-shadow: 0 0 5px #ff0000;
    border: 1px solid #b31919;
    animation: redPulse 1.5s infinite;
}