/*Блок "сортировать по"*/
.sort_block {
    border: 1px solid gray;
    margin-bottom: 15px;
    overflow: hidden;
}
.sort_block > h3 {
    width: 18%;
    float: left;
    margin-left: 10px;
}
.sort_block > form > select, .sort_block > form > input, .sort_block > form > button {
    width: auto;
    float: left;
    margin: 1% 5px 1% 5px;
    padding: 5px;
    border-radius: 3px;
    font-size: medium;
}
.sort_block > form > h3 {
    float: left;
}
/*******************************/
.info {
	width: 100%;
	background-color: #b4fb97;
	border-top: 1px solid #2d6f11;
	border-bottom: 1px solid #2d6f11;
	text-align: center;
	margin: 5% 0 5% 0;
}
.error {
	width: 100%;
	background-color: #f78484;
	border-top: 1px solid #ea0303;
	border-bottom: 1px solid #ea0303;
	text-align: center;
	margin: 5% 0 5% 0;
}

button.edit{
    margin-top: 3%;
    width: 75%;
    background-color: #f3e083;
    border-color: #caab14;
}
button.save{
    margin-top: 3%;
    width: 75%;
    background-color: #94f383;
    border-color: #30ca14;
}
button.open{
    margin: 6% 0 6% 0;
    width: 75%;
    background-color: #b8fffc;
    border-color: #2fd8d8;
}
button.delete {
    margin: 6% 0 6% 0;
    width: 75%;
    background-color: #f58181;
    border-color: #da2424;
}

/*оформление ссылок в лефт как кнопок*/
A .left {
    color: black;
}
/*************************************/