﻿/* StyleGramButt monitor css */

@charset "UTF-8";

.rounded-corners {
  border-spacing: 0;
  /* border-collapse: separate;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* background-color:lime; */
  border: 3px solid; /*  blue; */
  border-width:1px 2px 2px 1px;
  border-color:black;
  padding:0px 2px 0px 2px;
}

.rounded-corners-nobord {
  border-spacing: 0;
  /* border-collapse: separate;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color:#E0E0E0; 
  border: 1px solid #C0C0C0; /*  blue; width is standaard 0 en style is standaad none */
  /* border-width:10px 10px 10px 10px; */
  /* border-color:white; */
  padding:0px 2px 0px 2px;
}

.celbuttonborder {
		/* border-width:1px;
		border-left-color:rgba(0,0,0,0.2);	/* important is nodzakelijk omdat anders linker en onderborder achterwege blijven
		border-top-color:rgba(0,0,0,0.2);
		border-right-color:rgba(0,0,0, 1);
		border-bottom-color:rgba(0,0,0, 1);
		border-style: solid; */
		/* border-radius:5px; */
		vertical-align: middle;
		text-align: center;
		/* height:13px;
		line-height: 15px; */
		padding:2px 2px 2px 2px;
		}
.bannerbuttonborder {
		border-width:2px;
		/* Fallback border-left-color (hex or RGB) should precede RGBA border-left-color. */
		border-left-color:rgba(0,0,0,0.2);	/* important is nodzakelijk omdat anders linker en onderborder achterwege blijven */
		border-top-color:rgba(0,0,0,0.2);
		border-right-color:rgba(0,0,0, 1);
		border-bottom-color:rgba(0,0,0, 1);
		border-style: solid; 
		/* Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'! */
		-webkit-border-radius: 15px;
		border-radius:15px;
		vertical-align: middle;
		text-align: center;
		height:13px;
		line-height: 15px;
		padding:0px 2px 0px 2px;
		}
		