/*
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 : Feb 12, 2014, 12:03:58 AM
    Author     : Karen
*/

body {
}

.w2 {
    width: 2% !important;
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90% !important;
}

.no-margin {
    margin: 0px 0px 0px 0px;
}

.hidden {
    display: none;
}

.align-center {
    text-align: center;
}