html
{
	font-family: "open sans";
	line-height: 18px;
	letter-spacing: 0.8px;
	color: black;
}
a
{
	color: black;
	text-decoration: none;
	text-underline-position: none;
}
a:hover
{
	color: black;
}
a:active
{
	color: black;
}
hr
{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.nostyle
{
	text-decoration: none !important;
	color: #555 !important;
}
.pointer
{
	cursor: pointer;
}
.overflow
{
   	white-space: nowrap;     
    overflow: hidden;
    text-overflow: ellipsis; 
}
.list-style
{
	list-style: none;
}
.overflow-dash
{
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:80%;
    display:inline-block; 
    margin: 0px;
}