.table {
        max-width: none;
        table-layout: fixed;
        word-wrap: break-word;
    }

.table td {

	font-size:10px;
	text-align: center;

}

.table th {
	
	font-size:12px;
	text-align: center;
	
}


.btn-xlarge {

    padding: 14px 24px;
    font-size: 18px;
    line-height: normal;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
}
