#imCel {
    display: block;
    position: relative;
}

#imCelImgRight, #imCelImgLeft, #imCelImg {
    text-align: center;
    margin: 10px;
}

#imCelImgLeft, #imCelImgRight {
    margin-left: 10px;
    margin-right: 10px;
}

#imCelImgRight {
    float: right;
}

#imCelImgLeft {
    float: left;
}

#imObj img {
    border: none;
}

#imObj {
    padding: 5px;
    text-align: center;
    display: inline-block;
    float: none;
}

#imCelImg_Cont {
    text-align: center;
    overflow: hidden;
    font-family: Times New Roman, serif;
    font-size: 13px;
    padding-top: 5px;
}

#heading {
    position: relative;
    background-color: #dfdede;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
}

#heading h3, h5 {
    color: #000;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 5px;
}

.equalsSizeChildBlocks {
    text-align: justify;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.equalsSizeChildBlocks > div {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.equalsSizeChildBlocks:after {
    display: inline-block;
    content: "";
    width: 100%;
}

table {
    width: 100%;
    border-spacing: 10px;
}

th {
    padding: 10px 20px;
    background: #a8a8a8;
    text-align: center;
}

th:last-child {
    border-right: none;
}

td {
    vertical-align: middle;
    padding: 10px;
    background: rgba(92, 91, 92, 0.3);
    width: 50%;
}

td:nth-child(2) {
    border-left: none;
}

tr {
    text-align: center;
}

.borderList {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 30px;
    display: inline-block;
}

.borderList li {
    margin: 5px 10px 5px 0;
    border-left: 10px solid rgba(0, 0, 0, .1);
    transition: 0.3s all linear;
    padding-left: 20px;
    font-size: 19px;
}

.borderList li {
    border-color: rgba(0, 0, 0, .1);
    text-align: justify;
}

.borderList li:hover {
    border-left: 10px solid rgba(92, 91, 92, 0.5);
}