.row {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.column {
    padding: 5px;
}


.icons {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.icons div {
	margin: 0px;
	margin-top: -12px;
	margin-bottom: 8px;
	background-color: #f6f6f6;
	padding: 2px;
	border: 5px solid white;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5),  0px 0px 0px 1px black;
	color: #999999;
	text-align: center;
	transition-timing-function: ease-in-out;
	transition: transform 0.5s;
}

#docPreview {
	width: 74px;
	height: 95px;
	color: #999999;
	text-decoration: none;
}

#docType {
	font: 19px 'Oswald', sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.dims {
	font: 12px 'Oswald', sans-serif;
	font-size: 12px;
}

#docSize {
}

#docShape {
}
 
.linker {
	background-color:white;
	width: 100px;
	height: 25px;
	padding-top: 4px;
	border: 1px solid red;
	text-align: center;
	color: black;
	border-radius: 5px;
	margin: 3px;	
}

.buttondocsize {
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 2px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}
.buttondocsize:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}

.buttondocsize:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

.rotate {
	height:50px;
	width:50px;
	margin-left: 100px;
	margin-right: 30px;
	padding: 10px;
}

.flippy:hover, .docPreview:hover{
	background: #A9D1FF;
	box-shadow: 0px 0px 5px 5px #A9D1FF;
}



.flippy:active, .docPreview:active {
	box-shadow: 0px 0px 5px 5px #ccc;
	background: #ccc;
}

input[type=text] {
	width: 50px;
	padding: 5px;
	margin: 4px;
	box-sizing: border-box;
}

.container {
	align-items: center;
	padding:10px;
	display: flex;
}

.selectors {
	font: 16px 'Raleway Bold', sans-serif;
	display: none;
}

.selectors a {
	text-decoration: none;
}

