.profile-user-info{width:100%;}
.profile-info-row{display:table-row}
.profile-info-name,.profile-info-value{display:table-cell;border-top:1px dotted #D5E4F1}
.profile-info-name{
  text-align:right;
  padding:6px 10px 6px 4px;
  font-weight:400;
  color:#667E99;
  background-color:transparent;
  width:20%;
  vertical-align:middle; 
  }
.profile-info-value{
  text-align:left;
  padding:6px 10px 6px 4px;
  font-weight:400;
  color:#667E99;
  background-color:transparent;
  width:65%;
  vertical-align:middle;
  }
.profile-info-value>span+span:before{
  display:inline;content:",";
margin-left:1px;margin-right:3px;color:#666;
border-bottom:1px solid #FFF}
.strip{
  background-color:#f9f9f9;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
	
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width:50%;
    position: relative;
    margin: 10% auto;
    padding: 13px 13px 13px 13px;
    border-radius: 10px;
    background: #fff;
}

.close {
    background: #fff;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.add-tabs{
	border:1px solid red;
	width:100%;
}
.importdats{
	float:right;
	/*border:1px solid red;*/
	margin-top:-28px;
	padding:0px;
}




