/* 
    Document   : css
    Created on : 22/04/2014, 04:06:10 PM
    Author     : guacho
    Description:
        Purpose of the stylesheet follows.
*/

.modal-lg {
    width: 900px;
}

.modal-sm {
    width: 300px;
}

#alerts-cont { 
	display: none;
	/* fixed position a zero-height full width container */
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	height: 0;
	z-index: 99;
	/* center all inline content */
	text-align: center;
}

#alerts-cont > div {
	/* make the block inline */
	display: inline-block;
	/* reset container's center alignment */
	text-align: left;
}