/*
 * EBI MetaboLights - http://www.ebi.ac.uk/metabolights
 * Cheminformatics and Metabolism group
 *
 * European Bioinformatics Institute (EMBL-EBI), European Molecular Biology Laboratory, Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SD, United Kingdom
 *
 * Last modified: 6/27/13 4:08 PM
 * Modified by:   conesa
 *
 *
 * ©, EMBL, European Bioinformatics Institute, 2014.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 */

@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot');
	src:url('icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon.svg#icomoon') format('svg'),
		url('icomoon.woff') format('woff'),
		url('icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon2]:before {
	font-family: 'icomoon';
	content: attr(data-icon2);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon2 */
[class^="icon2-"]:before, [class*=" icon2-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon2-lab:before {
	content: "\21";
}
.icon2-support:before {
	content: "\22";
}
.icon2-clock:before {
	content: "\23";
}
.icon2-busy:before {
	content: "\24";
}
.icon2-locked:before {
	content: "\25";
}
.icon2-key:before {
	content: "\26";
}
.icon2-stats-up:before {
	content: "\27";
}
.icon2-MetaboLightsLogo:before {
	content: "\28";
}
.icon2-MSLogo:before {
	content: "\29";
}
.icon2-NMRLogo:before {
	content: "\2a";
}
.icon2-mail:before {
	content: "\2b";
}
.icon2-book:before {
	content: "\2c";
}
.icon2-facebook:before {
	content: "\2e";
}
.icon2-twitter:before {
	content: "\2f";
}
.icon2-blogger:before {
	content: "\2d";
}

.icon2-biggerFonts {
    font-size:150%;
    color:#000000;
}
