.myAttrDescGroup {
  display: block;
  width: 100%;
  clear: both;
}
.myAttrHoverBox {
    position: absolute;
    padding: 10px;
    min-width: 300px;
    max-width: 300px;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    background: #e8fff6;
    border-radius: 10px;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
    z-index: 1050;

}



.myAttrHoverBox .hoverTitle {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
.myAttrHoverBox.show {
    opacity: 1;
}

.myAttrHoverBox .myAttrShort {
  font-weight: 500;
}

.myAttrShort{
	border-radius:10px;
	margin-top:10px;
	padding:5px 10px 1px 10px;
}
.myAttrShort p{
margin-bottom:6px
}

.attbuttun {
    display: inline-block;
    padding: 4px 10px;         
    font-size: 0.875rem;        
    font-weight: 500;
    color: #fff;               
    background-color: #5a67d8; 
    border: none;
    border-radius: 5px;         
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 1.4;
}

.attbuttun:hover {
    background-color: #434190;  
    color: #fff;
    text-decoration: none;
}

.attbuttun:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(90, 103, 216, 0.3); 
}
