.overview-info {
    font-size: 14px;
    line-height: 1.6;
}

.overview-info + h2 {
    margin-top: 52px;
    font-size: 24px;
    margin-bottom: 10px;
}

    .overview-info h2 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .overview-info .btn {
        margin-top: 15px;
    }

    /* cols */
    .col-sm-3 {
        width: 25%;
    }

    /* table */
	.table .tr-account th {
		background: #e6e6e6;
	}

    .order-date     { width: 15.06%; }
    .shipping-to    { width: 40.01%; }
    
    .order-history-table + .btn {
        margin-top: 19px;
    }

@media only screen and (max-width: 950px) {
	.overview-info {
		margin-top: -30px;
		max-width: 768px;
	}

		/* cols */
        .overview-info .col-sm-3 {
            padding-top: 30px;
            width: 50%;
        }
}

@media only screen and (max-width: 680px) {

	/* overview */
	.overview-info .col-sm-6 + .col-sm-6 {
		margin-top: 27px;
	}

}

@media only screen and (max-width: 500px) {
    /* cols */
    .overview-info.row {
        display: block;
    }

    .overview-info  .col-sm-3 {
        width: 100%;
    }
}