@charset "utf-8";

/**
 * File       
 * Created    5/9/13 8:46 PM 
 * Author     Matt Thomas | matt@betweenbrain.com | http://betweenbrain.com
 * Support    https://github.com/betweenbrain/
 * Copyright  Copyright (C) 2013 betweenbrain llc. All Rights Reserved.
 * License    GNU GPL v3 or later
 */

.jfontsize{
    margin:3px 0 0 20px;
}

.jfontsize a::selection {
  background: transparent;
}
.jfontsize a::-moz-selection {
  background: transparent;
}
.jfontsize::selection {
  background: transparent;
}
.jfontsize::-moz-selection {
  background: transparent;
}

.jfontsize-button {
	font-family:"MyriadPro-Semibold", Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor  : pointer;
}

.jfontsize-button:first-child{
    margin-right:10px;
}

.jfontsize-button#jfontsize-plus{
    font-size:18px;
}

.jfontsize-button:hover {
	text-decoration : none;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
	color      : #b2b2b2;
	background : transparent;
}