@import "bourbon";

body {
    background: #dadada !important;	
    position: relative;
}

.wrapper {	
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin {
    max-width: 512px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);  
}

.container{
    margin: 20px auto;
    max-width: 1080px;
    background-color: white;
    font-size: medium;
}

.btn-theme{
    background-color: rgb(0,121,194);
    color: #fff;
}
.btn-theme:hover, .btn-theme:focus {
    background-color: rgb(0,121,194);
    color: #dadada;
}
.expand{
    display:none;
}
.expand:target{
    display: block;
}

.currency {
    text-align: center;
}

.number {
    text-align: center;
}

.date {
    text-align: center;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

button {
    position:absolute;
    top:10px;
    left:10px;
}

.title {
    margin-top: 50px;
}
