input{
	padding:3px;
}

.btn{
	border-radius:0;
	margin
}

.navbar{
    margin-bottom:10px;
    padding-bottom: 0px;
    border-bottom:0px solid #cd1b2f;
    width: 100%;
    float: right;
}

.navbar-nav{
	border:none;
    float:right;
}
table tr td{
	border-right:1px solid #eee;
}
table tr:nth-child(odd) td{
	border-right:1px solid #fff;

}
table tr td:last-child{
	border-right:none;
}
table tr th{
	background-color:#efefef;
	border-right:1px solid white;
	text-transform:capitalize;

}
table div.actions{
	width:50px;
}
span.actions{
	padding:5px;
}
#text_ifr{
	height:250px;
}
input.textLong[type="text"]{
	width:100%;
}