/*!
 * jQuery UI Tooltip 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	position: absolute;
	top:400px !important;
	left:174px !important;
	z-index: 9999;
	max-width: 250px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border: 5px solid white !important;	
}


/* FONTS */

@font-face {
    font-family:'robotocondensed';
    src: url('../fonts/roboto-condensed-webfont.eot');
    src: url('../fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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