diff --git a/resources/css/renater.css b/resources/css/renater.css
index f86a07110b36dddbf73f80e83a942b1827d564f3..54a08489d04109b3a33bb1c596c92aa899a2f66a 100644
--- a/resources/css/renater.css
+++ b/resources/css/renater.css
@@ -310,10 +310,10 @@ td.label {
 .wizard > .content {
     border: 2px solid #d90d12;
 }
-.accounts .account table caption {
+div.account table caption {
     background-color: #41494c;
 }
-.accounts .account table tbody {
+div.account table tbody {
     border: 1px solid #41494c;
 }
 
diff --git a/resources/css/style.css b/resources/css/style.css
index 27942834fd32c47a486d429ba0122ac38d03abe4..4b794b606f7e2f280406a54b27c3f260e1f7f147 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -157,30 +157,30 @@ main form {
 }
 
 /* Accounts profile */
-.accounts {
+div.accounts {
     margin-bottom:1.5rem;
 }
-.accounts .account {
+div.account {
     margin-top: 1rem;
     box-shadow: 0 3px 5px #333;
     padding:0.5rem;
 }
-.accounts .account table {
+div.account table {
     table-layout: fixed;
     word-wrap: break-word;
     margin-bottom: 0;
 }
-.accounts .account table caption {
+div.account table caption {
     background-color: #f1893b;
     color: #FFFFFF;
     border-radius: 3px 3px 0 0;
     text-align: center;
     font-weight: bold;
 }
-.accounts .account table tbody {
+div.account table tbody {
     border:1px solid #f1893b;
 }
-.accounts .account .comment {
+div.account .comment {
     /*display: flex;*/
     margin: 0;
     padding: 0;
@@ -190,7 +190,7 @@ main form {
     line-height: 1.3;
     text-align: left;
 }
-.show_account_details {
+div.account button {
     margin-bottom: 0;
     padding: 0.5rem 1rem;
 }