/*
 * ABD Hotfix file
 * Instructions: 
 * Add a block comment above any new changes, and make sure to include:
 * - Date
 * - Release number
 * - Description
 *
*/

/*
 * @Date: 1/21/20
 * @Release number: 5.8.0
 * @Description: Missing ship icon replacement for new font pack icons version
*/
#rates-container .travel-table-header a::before {
    content: "\E337";
    vertical-align: bottom;
}
.modal-container .modal-content .stateroom-content .download::before {
    content: "\E304";
}