/*
    Copyright 2015-2018 Cédric Levieux, Parti Pirate

    This file is part of Congressus.

    Congressus is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Congressus is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Congressus.  If not, see <https://www.gnu.org/licenses/>.
*/
@CHARSET "UTF-8";

.flag {
    display: inline-block;
	background-image: url("../images/flags.png");
    width: 16px;
    height: 11px;
}

.en {
    background-position: -284px -173px;
}

.fr {
    background-position: -228px -173px;
}

.de {
    background-position: -284px -117px;
}

.cs {
    background-position: -256px -117px;
}

.es {
    background-position: -4px -173px;
}

.sv {
    background-position: -32px -481px;
}

.ca {
    display: inline-block;
	background-image: url("../images/catala.png");
    background-position: 0px 0px;
}