﻿/* Country Key Information */

#divGeographyKeyInformation {float:right;clear:right;width:86%;padding:7%;}
#divGeographyKeyInformation h2 {padding-bottom:20px;}
#divGeographyKeyInformation table {width:100%;}
#divGeographyKeyInformation table tr td {text-align:right;padding-top:10px;}
#divGeographyKeyInformation table tr td:first-child {text-align:left;}


/* Mobile */
@media only screen and (max-width: 767px) 
{
    #divGeographyKeyInformation {width:94%;padding:3%;}
}