@import url(https://fonts.googleapis.com/css?family=Tinos);
 
/* normal text*/
p {text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: arial; font-size: 11pt;}

/* Heading Arial 12*/
h1{text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: arial; font-size: 12pt; font-weight: bold}

/* Greek paragraph Tinos 12*/
p.greek {text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: 'Tinos', serif;
; font-weight: normal
; font-size: 12pt;}

/* Greek font only Tinos 12*/
span.greek {
font-family: 'Tinos', serif;
; font-weight: normal
; font-size: 12pt;}

/* Latin*/
p.latin {text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: arial
; font-weight: normal
; font-size: 12pt;}

/* Translation Times 12*/
p.translation {text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: "times new roman"
; font-weight: normal
; font-size: 12pt;}

/* Hebrew paragraph Times New Roman 14*/
p.hebrew{text-align:left; margin-top: 0;  margin-bottom: 0;
font-family: 'times new roman', serif;
; font-weight: normal
; font-size: 16pt;}

/* Hebrew font only Times New Roman 14*/
span.hebrew {
font-family: 'times new roman', serif;
; font-weight: normal
; font-size: 16pt;}

/*Transparent Arial 14*/
p.trans25 {
color: #17ADD7;
width: 100%;
background: transparent;
filter: alpha(opacity= 25);
-moz-opacity: .25;
opacity: .25;
text-align: left;
font-size: 3;
font-weight: bold;
}

/* Page break*/
p.breakhere {page-break-before: always}


/* Don't move the position of this*/


@media screen and (min-width: 200px) 
{
body {
    background-color: #E1E1E1;
}
.gridcontainer {
	width: 100%;
	background: url(texture2.gif);
}

}

@media screen and (min-width: 1024px) 
{

body {
    background-color: #E1E1E1;
}

.gridcontainer {
	width: 960px;
	background: url(texture2.gif);
	
}

}

@media screen and (min-width: 1280px) 
{

body {
    background-color: #E1E1E1;
}

.gridcontainer {
	width: 1200px;
	background: url(texture2.gif);
	
}

}

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* grid */
.row {
  margin: 0 -10px;
  margin-bottom: 20px;
}
.row:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
  padding: 10px;
}

@media all and ( min-width: 750px ) {
 
  .col-2-3 {
    float: left;
    width: 66.66%;
  }
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-1-3 {
    float: left;
    width: 33.33%;
  }
  .col-1-4 {
    float: left;
    width: 25%;
  }
      .col-1-5 {
    float: left;
    width: 20%;
  }
  .col-1-8 {
    float: left;
    width: 12.5%;
  }
 
}


a:link { color:black;text-decoration: none; }
a:visited { color:black; text-decoration: none; }
a:active { text-decoration: none; }
a:hover { color: blue; text-decoration: none; }

table.sample {
border-spacing: ;
	border:1px solid black; border-collapse: collapse
}
table.sample th {
border-right-style: solid; 
border-right-color: black; 
border-right-width: 1px; 
padding: 4px;

}


table.sample td {
	border:0px none; 
padding: 4px;
 
}
