/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 23, 2017, 12:14:03 PM
    Author     : sam
*/

/*ROOM*/
section.room {
    border: 1px solid grey;
    margin-bottom: 1.2em;
    background-color: white;
}

section.room article {
    width: 250px;
    margin-top: 11px;
    padding: 0px 10px 0px 10px;
    text-align: left;
}

.img-left article {
    float:right;
}

.img-right article {
    float:left;
}

.img-right img {
    margin-left: 10px;
}

