#tango_calc, #print {
    min-height: 760px;
}
.tango_calc {
    /*background: rgba(0, 0, 0, 0.5);*/
    background: #dfe3e6;
    padding-bottom: 100px;
    padding-top: 150px;
}
.tango_calc {
    background: #ffffff;
}
.section-header h1 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
}
#add-item, #print-button {
    margin-right: 7px;
}
.tango-logo {
    margin-right: 20px;
    background-image: none !important;
}
#print {
    padding-bottom: 30px;
    padding-top: 120px;
}
.tango {
    border-radius: 4px !important;
}
.alert-message {
    margin-bottom: 5px;
}
table {
    margin-top: 10px;
}
.total-tango {
    font-size: 20px;
}
.total-system-power {
    font-size: 16px;
}
.over75 {
    width: 75%;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-menu-left {
    left: auto;
    right: 100;
}
.dropdown-menu-right {
    left: 100;
    right: auto;
}