/*
 * JBoss, Home of Professional Open Source
 * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
 * contributors by the @authors tag. See the copyright.txt in the
 * distribution for a full listing of individual contributors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * http://www.apache.org/licenses/LICENSE-2.0
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Core styles for the page */
body {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    color: #363636;
}

code {
    font-size: 1.1em;
}

a {
    text-decoration: none;
}

a:hover {
    color: #369;
    text-decoration: underline;
}

/* Member registration styles */
span.invalid {
    padding-left: 3px;
    color: red;
}

span.success {
   padding-left: 3px;
   color: green;
}

/* Member table styles */
#members {
    display: table;
    width: 100%;
}

#members .row {
    display: table-row;
}

#members .row .col {
    display: table-cell;
    width: auto;
    border: 1px solid #ccc;
}

#members .head {
    color: #FFFFFF;
    background-color: #000000;
    padding: 1px 5px;
    border-bottom: 1px solid #ccc;
}

#members .data {
    padding: 1px 5px;
    font-size: 11px;
}

.member-foot {
    clear: both;
    height: 20px;
    font-weight: bold;
}

#ttdcVideo{
	/*position: absolute;*/
	/*right: 0;*/
  margin:5px;
  padding: 0px;
  /*left: 50px;
	bottom: 7%;
	top:7%;*/
	/*right:0;*/
	width: 50%;
	height: 50%;
	/*background-size: 50% 50%;*/
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: /* our video */;
	background-position: center center;
	/*background-size: contain;*/
	/*object-fit: cover; /*cover video background */*/
	z-index:3;
}
