/*______________________________________________________________________________
#
#  (C) COPYRIGHT 2017 LogicaTronics Limited. ALL RIGHTS RESERVED.
# ______________________________________________________________________________
#
#  File Name           : offlinelayout.css
#  File Revision       : 1.1
#  Release Information : PUBLIC_REL-DD-MM-YYYY-v2-0
# ______________________________________________________________________________
*/

/* Import global defaults */
@import url("/offline/shared/css/base.css");

/* Settings for an 'offline' layout */
.pagecontent#offlineview { width:750px }
.section#header { padding-top:15px; padding-bottom:25px; font-size:32pt; font-weight:bold }
.section#main div#contact { margin:0px auto; width:500px; height:336px; border:2px solid #303030;
                            border-radius:10px }
.section#main img#bcard { border:none; border-radius:10px }

.section#main p#line1 { font-size:20pt }
.section#main p#line2 { font-size:12pt; font-weight:bold; color:lightblue }
.section#main p#feature { font-size:10pt; background-color:#303030; border:1px solid white;
                          width:580px; padding:5px; margin-left:75px; border-radius:10px }
.section#main p#feature img { border:none }

@media only screen and (max-width: 1024px) {
  .section#footer { font-size:5pt }
}
