.type-wrap {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
 
    &:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }
}
 
.typed {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
	font-size: 6em;
}

:button {
	width: 100px;
	height: 40px;
}
.ui-button {font-size: 13px;}

.ui-jqgrid .ui-jqgrid-view {
	font-size: 13px;
	line-height: 1.4;
}