﻿@charset "utf-8";
/* CSS Document */

.innerPage .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    z-index: 90;
    opacity: 1;
    display: none;
}

.popup .innerPopup{
width:600px;
min-height:400px;
background:white;
position:absolute;
top:50%;
left:50%;
margin-left:-300px;
margin-top:-200px;

z-index:100;

}

.innerPage .content_word{
word-break:break-all;
padding:25px 10px;
}

.closeThis{float:right; margin-top: -1px;margin-right:-1px;}

ul.pull-right li a.job_Info{ font-size:14px; color:#82B121; text-decoration:none;}

