/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
.myicon
 {
    font-family:"Trebuchet MS",arial,helvetica,sans-serif;
    font-size: 140%;
    font-weight: Bold;
    border: 2px solid white;
}

img.figure {
    border: 1px solid black;
    margin: 20px 20px;
    float: left;
}

#feedback {text-align:left;}

.rail
{	
 background-color: #39C;
 color: #FFF;
 text-align:center;
 width:100%; 
 height: 42px;
 padding : 5px;
 font-size:140%;
 clear:both;
 border: 15px solid #FFF;
}


