.bookitem {
    position: relative;
    width: 665px;
    margin-bottom: 5px;
}
.bookcover {
    position: absolute;
    left: 5px;
    top: 0;
    width: 100px;
}
.bookinput {
    position: absolute;
    left: 3px;
    top: 38px;
}
.bookpicture {
    margin-left: 20px;
    display: inline-block;
}
.bookdetails {
    margin-left: 100px;
    display: inline-block;
}
.bookbuttons {
    position: absolute;
    right: 0; top: 0
}


/* Блоки манипуляции со списком */

.records-order{
	margin: 10px auto;
}

.records-order .order-variant{
    margin-right: 5px
}

.records-order .order-variant.current{
    font-weight: bold;
}