/*
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <lemarchand.guillaume@gmail.com> and <etiennesainton@gmail.com> wrote this project. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return
 * Guillaume Lemarchand and Etienne Sainton
 */

body {
	padding-top: 70px;
	padding-bottom: 30px;
}

.col-md-8 {
	text-align: center;
}

#drawing-zone {
	box-shadow: 1px 1px 12px #555;
	width: 500px;
	height: 500px;
	background-color: #FFFFFF;
}

.list-group-item {
	text-align: center;
}

.btn-action {
	width: 100%;
}

input[type=range] {
	display: inline-block;
	width: 70%;
}

.btn-glyph {
	float: left;
	font-size: 20px;
}

#angle {
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-webkit-transform: rotate(-45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}

#rotate-left,
#rotate-right {
	font-size: 20px;
}

#rotate-left {
	margin-right: 10px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#rotate-right {
	margin-left: 10px;
}

.modal-footer {
	text-align: right;
}

.btn-modal {
	text-align: center;
	display: inline-block;
}

#figureList {
	max-height: 300px;
	overflow: auto;
}

.btn-load {
	display: block;
	margin: 5px;
}

#download {
	text-decoration: none;
	color: white;
}
