﻿td,table,tr,textarea,input,div,img,a,span,.button{-webkit-appearance:none;-webkit-text-size-adjust:none;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);border:0px; }
img{border:0;text-decoration:none;}
img{-moz-user-select:none; -webkit-user-select:none; user-select:none;}
a:focus{outline:0;}
button::-moz-focus-inner{border:0;}

html,div,body,a,td,h1,p,textarea
{
    font-family:'Open Sans',Segoe UI,Calibri,sans-serif;
    text-align:left;
    -webkit-font-smoothing:antialiased;
}

.clear{clear:both;}

body 
{
    min-width:300px; 
    min-height:500px; 
    background:#fff; 
    margin:0; 
}

.main_area_desktop
{
    position:relative;
    min-width:300px;
    min-height:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:55px;
    padding-top:0;
}

.table_main_container, .full_page_container
{
    width:100%;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
}

.table_main
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
    border-collapse:collapse;
    border-spacing:0;
}

.table_main tr td.col1 
{
    width:320px;
    height:1100px; 
    vertical-align:top;
    padding:0px; 
    background:transparent; 
    border:none;
}
.table_main tr td.col2
{
    vertical-align:top; 
    padding:15px 15px 0px 15px;
}

