﻿/*.................................................................
 * COPYRIGHT OBS LOGISTICS LIMITED 2018
 * 140 BUCKINGHAM PALACE ROAD
 * LONDON, SW1W 9SA
 *.................................................................
 * System           : Terminal Container Management
 *.................................................................
 * Module           : Content/Css
 *.................................................................
 * Author/          : Neil Appadu
 * Date             : 21-08-2018
 *.................................................................
 * Functionality    : pda.css   
 *.................................................................
 * Special Comments :
 *.................................................................
 *                  : History of Amendments :
 *
 *   Date        Name        Brief description                
 *   ----        ----        ----------------------------------------
 *   21-08-2018  NRA         PDA Styling
 *.................................................................*/
.btn-huge {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: x-large;
}

.top-buffer-20, .top-buffer {
    margin-top: 20px;
}

.top-buffer-40 {
    margin-top: 40px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: none
}
