aside {
    overflow: hidden;
    padding: 10px;
    height: 470px;
    margin-bottom: 1.5em;
    min-height: 200px;
    border: 1px solid rgba(98, 95, 120, 0.3);
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    //background-color: #3e9ad5;
    background-color: #306e83;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#306e83), to(#07bde2));
    background-image: -webkit-linear-gradient(top, #46909d, #0b6c7d);
    background-image: -moz-linear-gradient(top, #46909d, #0b6c7d);
    background-image: -o-linear-gradient(top, #306e83, #07bde2);
    background-image: -ms-linear-gradient(top, #46909d, #0b6c7d);
    background-image: linear-gradient(top, #46909d, #0b6c7d);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.23);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#306e83', EndColorStr='#07bde2');
}

aside hr {
    margin: 15px 0 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}
aside .blue-notes {
    color: white;
    display: block;
    margin-top: 8px;
    font-size: .85em;
    opacity: .8;
    margin-bottom: 0;
    text-shadow: 0px -1px #000000;
}
aside h3 {
    margin: .5em 0 0;
    padding: 0 13px;
    color: #fff;
    text-align: left;
   // text-shadow: 0px -1px #000000;
    font-weight: 500;
    font-size: 1.55em;
}
p {
    padding: 0 1em;
    line-height: 1.42857143;
}
aside table.table {
    margin-bottom: 0px;
    padding: 0 10px;
}
.table > tbody > tr > td {
    border-top: none;
}
aside td {
    color: #ffffff;
    //text-shadow: 0px -1px #000000;
    font-size: 1.25em;
}
aside #notice {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: .8;
}
aside .total td {
    text-transform: uppercase;
    font-weight: bold;
}
aside td:last-of-type {
    //text-align: right;
    font-weight: 300;
    font-size: 1.65em;
}
aside .call-to-action {
    text-align: center;
}
aside .call-to-action a:hover {
    border-radius: 30px;
    text-decoration: none;
}
aside .call-to-action a {
    display: inline-block;
    margin: -3px 0;
    padding: .65em 1.25em;
    max-width: 220px;
    border: 1px solid #c57420;
    border-radius: 10px;
    background-color: #ffa547;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa547), to(#ea731e));
    background-image: -webkit-linear-gradient(top, #ffa547, #ea731e);
    background-image: -moz-linear-gradient(top, #ffa547, #ea731e);
    background-image: -o-linear-gradient(top, #ffa547, #ea731e);
    background-image: -ms-linear-gradient(top, #ffa547, #ea731e);
    background-image: linear-gradient(top, #ffa547, #ea731e);
    //box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 1px #ffffff;
    color: #2a6496;
    color: white;
    text-transform: uppercase;
    //text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.63);
    font-size: 1em;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffa547', EndColorStr='#ea731e');
    cursor: pointer;
}
aside .promotion {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.aside-container {
    position: relative;
    width: 350px;
}

.calculator_score {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    vertical-align: middle;
}
.table_calculator {
    border-collapse: separate;
    margin-left: 40px;
    border-spacing: 5px;
    margin-top: -5px;
}