/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
	font-size:13px;
	line-height:30px;

}

.accountsDiv {
    width: 100%;
    padding: 5% 5%;
    margin: 0 auto;
    max-width: 600px;
}
.accountDiv {
    border: 1px solid #6fd088;
    border-radius: 8px;
    padding: 5% 5%;
}
.accountDivName {
    color: rgb(111, 208, 136);
}
.accountDivUpdate,.btns {
    color: #6c757d;
}
.btns{
    display: flex;
    align-content: center;

}
.btns > div {
    border: 1px solid #6c757d;
    border-radius: 8px;
    padding: 0 20px;
    cursor: pointer;
}
.btns > div:nth-of-type(2) {
   margin-left: 3%;
}
.accountsDiv > .accountDiv {
    margin-top: 5%;
}
.pageTitle{
	width:100%;
	padding:4%;
	background:#9f2c2c;
	color:white;
}
.pageAds{
	width:100%;
	padding:4%;
	background:#7b0000;
	color:white;
	border-radius:8px;
	margin-top:5%
}
.btns{
	margin-top:10px;
}