@charset "utf-8";

/*********************************
 *
 * PAGE STYLES
 *
 *********************************/

table.profile td dl {width:100%; margin:1em 0 0 0;}
table.profile td dl dt {padding:0.5em; background:#fafafa; font-weight:700;}
table.profile td dl dd {padding:0.5em 0.5em 1em 0.5em;}

@media screen and (max-width: 767px) {

/* profile */
table.profile {width:100%; margin:0;}
table.profile th, table.profile td {display:block; padding:1em; border:1px solid #d6d6d1;}
table.profile th {background:#fafafa; border-bottom:0;}

}

@media screen and (min-width: 768px) {

/* profile */
table.profile {width:100%; margin:0;}
table.profile th, table.profile td {padding:1em 1em; border:1px solid #d6d6d1;}
table.profile th {width:130px; background:#fafafa;}

}