.save {
	color: #fff;
	background-color: #4CAF50;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 8px 20px 8px 20px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headerButtons{
	display: block;
	height: 40px;
	float: right;
}

.headerButton{
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 5px 15px 5px 0px;
}
.headerButton img{
	display: block;
	height: 30px;
	width: 30px;
}

.addButton{
	display: block;
	position: fixed;
	width: 70px;
	height: 70px;
	float: right;
	right: 330px;
	bottom: 20px;
	border-radius: 35px;
	background: #F2994A;
}
.addButton img{
	margin: 25px;
	height: 20px;
	width: 20px;
}

.addFolderButton{
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	float: right;
	right: 410px;
	bottom: 30px;
	border-radius: 25px;
	background: #009688;
}
.addFolderButton img{
	margin: 15px;
	height: 20px;
	width: 20px;
}

.mainButton, .extraButton{
	display: block;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
	font-size: 14px;
	padding: 0px auto;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0px 5px;

	height: 46px;
	width: 350px;
}

.mainButton{
	background: #F2994A;
	border: 1px solid #F2994A;
	color: #FFFFFF;
}

.extraButton{
	background: #FFFFFF;
	border: 1px solid #F2994A;
	color: #F2994A;
}

div.buttonBox{
	width: 390px;
	margin: 20px 15px;
}




@media screen and (max-width:920px){
	.addButton {
		right: 20px;
	}
	.addFolderButton {
		right: 100px;
	}
	.mainButton, .extraButton{
		display: block;
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
}