/*--
デバッグ中に保存したら、即時反映されます。
--*/
.profile {
    width: 100%;
    text-align: right;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
    overflow:scroll;
}

.profile th {

    text-align: left;
		width : 130px;
		font-weight : normal;
    border: 1px solid #ccc;
    padding: 1px;
		word-break : break-all;
    font-size:x-small;

}
  .profile td {
    width: 110px;
    border: 1px solid #ccc;
    padding: 1px;
    word-break: break-all;
    font-size: x-small;
  }

.profile tr:nth-child(2n) th {
    background-color: #eaf4fc;
}

.profile tr:nth-child(2n) td {
    background-color: #eaf4fc;
}
