﻿
/* Button */
.uk-button-pikett {
    background-color: #009FE3;
    border-color: #009FE3;
    color: #ffffff;
	width: 300px;
}
.uk-button-pikett:hover, .uk-button-pikett:focus {
    background-color: #008ac5;
    border-color: #008ac5;
    color: #ffffff;
}

table {
	border-collapse: inherit
}

textarea,
.uneditable-input {
  height: 105px;
}

.uk-navbar-nav > li > a {
	color: #dadada;
}

.uk-panel-box-secondary {
	background-color: #88dcf6;
	border-radius: 100px;
}

.uk-overlay-panel > *:last-child, .uk-overlay-panel.uk-flex > * > *:last-child {
	color: #dadada;
}

h10, .uk-h10 {
	font-weight: 600;
	fonz-size:	40;
	line-height: 34px;
}