#admin_availability_list {
    color-scheme:light; 
    font-family: georgia,times,serif;
}
 
#availability_list_dates:hover {
    background-color: #F0F0F0; 
    cursor: pointer;
}

#availability_list_business:hover {
    background-color: #F0F0F0; 
    cursor: pointer;
}

.AL-Large  { 
    font-size: 26px;
}

.AL-Medium { 
    font-size: 18px;
}

.AL-Small  { 
    font-size: 12px;
}

.AL-Item { 
    padding: 10px 0px 10px 0px; 
}

.AL-Item:hover { 
    background-color: #F0F0F0; 
    cursor: pointer;
}

.AL-Photo { 
    width: 150px; 
    height: 100px; 
    padding-right: 10px; 
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat; 
    float: left;
}

.AL-Info { 
    position: relative;
    height: 100px; 
    font-family:Arial, Helvetica, sans-serif; 
    color: #202020; 
    float: left; 
    width: 400px; 
    white-space: nowrap;  
}

.AL-Data { 
    height: 45px; 
    padding: 0px 20px 7px 0px; 
}

.AL-PlantComment { 
    display: table-cell; 
    height: 40px; 
    font-size: 14px; 
    padding-right: 7px; 
    vertical-align: middle; 
    white-space: break-spaces;
}

.AL-Name { 
    width: 80%; float: left; 
}

.AL-Price { 
    width: 20%; 
    float: left; 
    height: 20px; 
    font-size: 14px; 
    vertical-align: bottom; 
}

.AL-PlantCommonName { 
    height: 25px; 
    font-size: 16px; 
    font-weight: 600; 
}

.AL-PlantBotanicalName { 
    display: table-cell; 
    height: 20px; 
    font-size: 12px; 
    color: #808080; 
    vertical-align: bottom; 
}

.AL-PlantPrice { 
    display: table-cell; 
    width: 60px; 
    height: 20px; 
    font-size: 14px; 
    vertical-align: bottom; 
}
.AL-PlantAvailability { 
    height: 25px; 
    width: 60px; 
    font-size: 14px; 
    color: #202020;
}

.availability_list_item_photo { 
    width: 150px; 
    height: 100px; 
    border-bottom: inset 8px transparent;
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat; 
}

.availability_list_item_photo:hover {
    background-color: #F0F0F0; 
    cursor: pointer;
}

.availability_list_item_delete {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	bottom: 0px;
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}

.availability_list_item_add {
	width: 20px;
	height: 20px;
}

.availability_list_item_add:hover {
    background-color: #F0F0F0; 
    cursor: pointer;
}
