
@media (min-width: 0px) {

  .smallScreenShow
  {
    display: inline;
  }

  .fullScreenShow
  {
    display: none;
  }

 .map_location
  {
    width: 100%;
    float:left;
    padding-right:1%;
  }
    .locations_dash_sidebar_actions    
  {
    width: 100%;
    float:left;
    padding-top:2%;
  }
}



@media (min-width: 768px) {

  .smallScreenShow
  {
    display : none;
  }

  .fullScreenShow
  {
    display: inline-block;
    width:100%;
  }


 .map_location
  {
    width: 75%;
    float:left;
    padding-right:0%;
  }
   .locations_dash_sidebar_actions    
  {
    width: 25%;
    float:left;
    padding-top:0%;
  }

}


img.remotiName
{
content: url("/images/icons/RemotiName.png");
height:0.9em;
vertical-align: inherit;

}

.action_button_red {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  background: #1b7d25;
  padding: 3px 20px 3px 20px;
  border: solid #1f628d 0px;
  text-decoration: none;
}
.action_button_red:hover {
  background: #11bd22;
  text-decoration: none;
}.action_button_red:active {
	position:relative;
	top:1px;
}




.tablePrime {

width:100%;
border: 1px solid #ccc;
   table-layout: auto;
    word-wrap: break-word;


}

table.tablePrime td{


 font-size:13px;
 color:#333;
 border: 1px solid #ccc;
  padding: 10px;
 

}

table.tablePrime th{
border: 1px solid #ccc;
text-align: center;
padding:1%;
font-size:14px;
font-family: 'Open Sans',Helvetica Neue,Helvetica;
background-image: linear-gradient(#fff,#fff 25%,#e6e6e6);
background-color: #e6e6e6;
background-repeat: no-repeat;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
color: #333;
border: 1px solid #ccc;
border-bottom-color: #bbb;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
transition: .1s linear all;
;
}

table.tablePrime tr:nth-child(odd) td{
  background-color:white;

}
table.tablePrime tr:nth-child(even) td{

  background-color:Gainsboro;
}


blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.35em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

