.tablecha
{
	display: table;
    border-spacing: 2px;
    border-color: grey;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    font-variant: normal normal;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}
.tablehang
{
	border-top: 1px #e0e0e0 solid;
    padding: 4px 6px 4px 6px;
}

.tablehanginfo
{
	background-color: #ebf3ff;
}
.fonttable
{
	font-family: Arial;
    font-size: 12px;
    text-align: justify;
	font-weight: bold;
}
.inner {
    margin-left: 36%;
    width: 50%;
}
.modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 1s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
/******************************************************/


