/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/06/08, 21:41:03
    Author     : atsushi
*/

.ev_user_attribute dl {
    margin-bottom: 1em;
     }
.ev_user_attribute dt {
    font-size: 1rem;
    text-align: center;
    /*background-color: #0496c7;*/
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
/*    border: solid;
    border-width: 1px;*/
    /*border-color: #0496c7;*/
    border-radius: 3rem;
     }
 .ev_user_attribute dd {
     margin-top:1em;
     word-break: break-all;
 }