﻿div#content {
    padding:10%,15%,10%,15%;
}

div#titlecontent{
    text-align:center;
    margin-top:10%;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

div#title{
    margin-top:5%;
}
div#contentAcount{
    width:100%;
}

/*tabs*/
body {
    padding: 10px;
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}






