header>a,header>h1{
	display: table-cell;
	vertical-align: middle;
}
header>h1{
	padding-left:10px;
}
header>a>img{
	vertical-align: -6px;
}
#bt_add,#bt_ok{
	position: absolute;
	right: 0;
	top: 0;
	border-left: 2px solid transparent;
	border-image: linear-gradient(to bottom, rgba(255, 78, 0, 0.5), #CD7600, rgba(205, 103, 35, 0.5)) 4 100%;
}
#bt_back{
	border-right: 2px solid transparent;
	border-image: linear-gradient(to bottom, rgba(255, 78, 0, 0.5), #CD7600, rgba(205, 103, 35, 0.5)) 4 100%;
}