.loader {
	width:15px;
}

.trumbowyg-editor {
	font-size:0.9em;
	padding:10px;
}

.trumbowyg-box, .trumbowyg-editor {
	margin-top:0px;
	min-height:auto !important;
}

.trumbowyg-button-pane {
	background:none;
	color:#AAA;
	min-height:30px;
	padding:0;
}

.trumbowyg-button-pane button{
	width:30px;
	height:30px;
}

.trumbowyg-box svg {
	fill:#AAA;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
	height: 30px;
}

.trumbowyg-button-pane .trumbowyg-button-group + .trumbowyg-button-group::before {
	background: #EEE;
	height: 15px;
	margin:7px 3px 0px;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
	background: #EEE;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
	.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
	background: #DDD;
	outline: none;
}

.trumbowyg-button-pane::after {
	top:30px;
}

.line {
	clear:both;
}

#graphAvg {
	height:600px;
}

.windList .line {

}

.windList .line.head {
	font-size:1.1em;
	font-weight:bold;
	border-bottom: 2px solid #e2e7eb;
	padding-bottom:5px;
}

.windList .line > div {
	display:inline-block;
	padding:5px;
}


.windList .line > div span {
	display:block;
	font-size:0.8em;
	font-weight:normal;
}

.windList .line .date {
	width:20%;
}

.windList .line .id {
	width:15%;
}

.windList .line .speed {
	width:15%;
	font-size:1.1em;
	font-weight:bold;
}

.windList .line .orientation {
	width:10%;
}

.windList .line .speedAvg1m {
	width:15%;
}

.windList .line .speedAvg10m {
	width:15%;
}

.nopt {
	padding-top:0px !important;
}

.trameList {
	margin-top:15px;
}

.trameList > div {
	padding:3px;
}

.trameList > div span {
	display:inline-block;
	width:150px;
}

.blinkMe {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}