/* COL */

content.user h1 a {float:right; color:#fff; background:var(--indigo-color); padding:15px; font-size:12px; border-radius:3px;}
content.user .table-responsive {background:#fff; margin-top:25px;}
content.user .table-responsive table tr {cursor:inherit;}
content.user .table-responsive table tr i {font-size:20px;}

/* COL-MD */
@media only screen and (min-width: 768px) {

  content.user h1 a {font-size:14px;}

}





/* COL-XL */
@media only screen and (min-width: 1200px) {

  content.user h1 a {font-size:16px;}

}
