﻿body,html{
	margin:0;
	width:100%;
}

body{
	font-family:arial;
	font-size:16px;
	background:#f2f2f2;
}

#header{
	width:100%;
	background:#444;
	font-size:2em;
	text-align:center;
	color:#f2f2f2;
}

#content{
	width:80%;
	margin:auto;	
}

.pi{
	display:inline-block;
}

.contentCtr{
	text-align:center;
}

.eLine:nth-child(even) {
		background:#fff;
}

a{
	color:#0000ff;
	text-decoration:none;
}

.bld{
	font-weight:bold;
}

.ib{
	display:inline-block;
}

.hideMe{
	display:none;
}

.btn{
	width:100px;
	color:#f2f2f2;
	background:#333;
	height:30px;
	border:1pt solid #efefef;
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/loader.gif') 
                50% 50% 
                no-repeat;
    background-size:100px;            
}



@media only screen and (max-width : 768px) {
	
	.contentCtr{
		text-align:left;
	}
	
	.pi{
		display:block;
	}
	
	.deleteLine{
		margin-top:3px;
	}
	
	.eLine{
		margin-top:3px;
	}

}