.CZ {
    background: url('/assets/flags/CZ.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.DK {
    background: url('/assets/flags/DK.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.FI {
    background: url('/assets/flags/FI.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.GB {
    background: url('/assets/flags/GB.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.SE {
    background: url('/assets/flags/SE.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.NO {
    background: url('/assets/flags/NO.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.PL {
    background: url('/assets/flags/PL.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.JP {
    background: url('/assets/flags/JP.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.KR {
    background: url('/assets/flags/KR.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.GLOBE {
    background: url('/assets/flags/globe.png') no-repeat center center;
    content: '';
    display: inline-block;
    margin: 0 3px;
    width: 20px; 
    height: 20px; 
    background-size: cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}