/*
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 : Apr 19, 2017, 12:50:21 PM
    Author     : Ramez
*/

.page{
    background-color: #fff;
    border-radius:10px;
    padding:50px;
}
.controls{
    padding-bottom: 10px;
    border-bottom: solid 3px #ccc;
}