
/*
Author    KMS - Martin Dubois, P.Eng.
Copyright (C) 2019-2020 KMS
Product   WebSite2
File      Public/css/product.css
*/

.Content
{
    padding: 60px 3%;
}

.Left
{
    float: left;
    width: 70%
}

.Right
{
    border-radius: 10px;
    border-style: solid;
    float: right;
    padding: 0 10px;
    text-align: left;
    width: 25%;
}
