/**
 * fifamasterXLS
 * @copyright (C) 2014 fankstribe. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.fankstribe.org
 **/
/* CSS Document */

#grid1 {
	width:400px;
	display: inline;    
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
	float:left;
}
#grid1ad {
	width:300px;
	display: inline;       
    position: relative;
	float:left;	
	padding: 10px 0 0;
}
#grid2 {
	width:300px;
	display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
	
}
#grid2ad {
	width:400px;
	display: inline;        
    position: relative;
	float:right;
	padding: 10px 0 0;
	
}
#grid1 label {
	display: inline-block;
    margin: 0 0.375em 0.1875em 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 150px;
    word-break: keep-all;
	color: #666666;    
	font-size: 1em;
    font-weight: 500;
	}