﻿a:link    { color: #0087C6; font-family: 'Poppins', helvetica, sans-serif; font-size: 13px; text-decoration: none }
a:visited { color: #0087C6; font-family: 'Poppins', helvetica, sans-serif; font-size: 13px; text-decoration: none }
a:hover   { color: #000000; font-family: 'Poppins', helvetica, sans-serif; font-size: 13px; text-decoration: underline }

a:link.in    { color: #333333; font-family: 'Poppins', helvetica, sans-serif; font-size: 11px; text-decoration: none }
a:visited.in { color: #333333; font-family: 'Poppins', helvetica, sans-serif; font-size: 11px; text-decoration: none }
a:hover.in   { color: #000000; font-family: 'Poppins', helvetica, sans-serif; font-size: 11px; text-decoration: underline }

a:link.ak    { color: #0087C6; font-family: 'Poppins', helvetica, sans-serif; font-size: 17px; text-decoration: bold }
a:visited.ak { color: #0087C6; font-family: 'Poppins', helvetica, sans-serif; font-size: 17px; text-decoration: bold }
a:hover.ak   { color: #000000; font-family: 'Poppins', helvetica, sans-serif; font-size: 17px; text-decoration: bold,underline  }



body    { font-family: 'Poppins', helvetica, sans-serif; font-size: 9pt; color:#888 }
form	{ font-family: 'Poppins', helvetica, sans-serif; font-size: 9pt; color:#888 }

input	{ font-family: 'Poppins', helvetica, sans-serif; 
            font-size: 9pt; 
               border: 1px solid #808080; 
               height: 25;
        border-radius: 4px; 
           box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

select	{ font-family: 'Poppins', helvetica, sans-serif; font-size: 9pt; border:1px solid #808080 }


h1       { font-size: 19px; color: #666 }
h2       { font-size: 17px; color: #666 }
table    { font-size: 13px; color: #666 }
p        { font-size: 13px; color: #666 }

.table-wrapper {
         border: 1px solid #ccc;
  border-radius: 12px;
       overflow: hidden;
        display: inline-block; /* ali block */
}

table {
  border-collapse: collapse;
}