/*
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 : Jan 26, 2014, 10:19:58 AM
    Author     : koryun
*/

.ea-session
{
    border: solid #DFDFDF 1px;
    border-radius: 3px;
    overflow: hidden;
}

.ea-session input
{
    vertical-align: text-top;
    margin: auto;
}

.del-btn
{
    float: right;
}

#sess-template
{
    display: none;
}