/*
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 : 07 6, 17, 2:31:33 PM
    Author     : triple3a
*/

.feature {
    float: left; 
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
    text-decoration: none;
    color: black;
}
.heading {
    font-weight: bold; 
    font-size: 14px;
    padding: 2px 5px;
}

.container img {
   width: 100%;
}

div.ui-growl {
   left: 50%;
   right: 0;
   margin-left:-150px;
}