/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 квіт 2015, 16:08:55
    Author     : Vic
*/

#tabs-wrapper .tabs.primary {
  text-align: left;
}
.input-box .form-item{
    margin: 0;
}

.social li .share-a {
    cursor: pointer;
    position: relative;
	width: 36px;
	height: 36px;
	overflow: hidden;
	display: block;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

.social li .fb {
	background: #3b5998;
}

.social li .tw {
	background: #007bb6;
}

.social li .in {
	background: #00aced;
}

.social li .gp {
	background: #dd4b39;
}

.social li .yt {
	background: #b00;
}

.social li .share-a:hover {
	opacity: .8;
}

.social li .share-a .stButton {
  color: #000;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 11px;
  height: 100%;
  left: 0;
  line-height: 16px;
  margin-left:0;
  margin-right: 0;
  position: absolute !important;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10;
}
.social li .share-a .stButton .stLarge {
  display: none;

}
.node-type-schedule .visual .txt{
    font-size: 23px;
    line-height: 1.261;
}
th {
  border-bottom:  none;
  padding-right: 1em;
  text-align: left;
}
tbody {
  border-top: none;
}
.form-item, .form-actions {
  margin-bottom: 0;
  margin-top: 0;
}
.form-required{
    display: none;
}
.social li a.tw {
  background: none repeat scroll 0 0 #00aced;
}
.social li a.in {
  background: none repeat scroll 0 0 #007bb6;
}