/*  The CCLIT-TikiNewt theme CUSTOM.CSS style sheet for Tiki Wiki CMS Groupware. */
/*  This stylesheet contains hand made changes to the TikiNewt theme for the cclit.gr website*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

#priceedit_tbl thead th {
    	background-color: beige;
	border-style: solid;
	border-width: 1px;
	border-color: #b0b0b0;
}
#priceedit_tbl tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #b0b0b0;
    	text-align: right;
    	line-height: 1.5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
    	margin-top: 2px;
        margin-bottom: 2px;
	border-radius: 1px;
}
.btn {
	display: inline-block;
	margin-top: 2px;
	margin-bottom:2px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
	white-space: nowrap;
	padding: 6px 11px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
