.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 500px;
    height: 300px;
}

.ci-font-styles {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #5f5f5f;
}

a.sort-header:before{
  content:"↑↓"
}
a.sort-header.asc:before{
  content:"↑";
  font-weight:bold;
}
a.sort-header.desc:before{
  content:"↓";
  font-weight:bold;
}
a.sort-header.asc{
  font-weight:bold;
}
a.sort-header.desc{
  font-weight:bold;
}

.label-close {
  line-height: 11px;
}

.img-close {
  position: absolute;
  top: 15px;
  right: 5px;
}

.relative-position {
  position: relative;
}

.inline {
  display: inline;
}

.bold {
    font-weight: bold;
}

.margin-20 {
    margin-left: 20px;
}

.top-20 {
    margin-top: 20px;
}

.type-date {
    width: 148px;
}

.data_table {
    margin-left: 100px;
    margin-top: 50px;
    width: 75%;
}

.to_block {
    padding: 0 10px 3px 10px;
}

.category > select {
    width: 220px;
}

.category {
    padding-left: 30px;
}

.user_email {
    padding-left: 60px;
}

.data_table td {
    height: 30px;
    vertical-align: middle;
    border: 1px solid black;
    text-align: center;
    font-size: 15px;
}

.timeline_table td {
    height: 15px;
    vertical-align: middle;
    border: 1px solid black;
    text-align: center;
    font-size: 10px;
}
