body.saved-items {
    font-family: Arial, Helvetica, sans-serif;
}
.saved-items-header {
    padding: 24px 12px 0;
}

.saved-items-header .gui-alert-container {
    width: 100%;
    margin-bottom: 12px;
}

.saved-items-header h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
}

.saved-items-header .gui-btn {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 0;
}


/* 1 column up to 767px */
@media screen and (max-width: 767px) {
    .saved-items-header .header-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
        max-width: 60%;
        margin-bottom: 18px;
    }

	.saved-items-header .gui-btn {
	    top: -10px;
	}    
}

@media screen and (max-width: 600px) {
    .saved-items-header .header-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }
}