﻿em{
  font-style: normal;
}

.h-hide{
  display: none;
}

.h-show{
  display: block !important;
}

.h-showInLine{
  display: inline-block !important;
}

.h-pointer{
  cursor: pointer;
}

.h-left{
  float: left;
}

.h-right{
  float: right;
}

.h-overflow{
  overflow: hidden;
}

.h-clear{
  clear: both;
}

.h-hr{
  background-color: rgba(142, 146, 169, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#c88e92a9,endColorstr=#c88e92a9);
}