﻿/*
* 08/08/2019
* @author Arumuga Vignesh Venkatraman
* @module Home
* @description Home Section Styles
* @
*/
.home tr td { font-family: 'Roboto', sans-serif; }
.home {
    padding-top: 40px;
}

.content {
    padding-left: 30px;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #7C7C89;
}
.content td {
    padding-top: 3px;
    padding-bottom: 3px;
}
