/**
 *  SHAREMED First Capitalisation Workshop info
 *  *** SHAREMED-workshop1.html ***
 *  Created on : 29th October 2020
 *  @author: Audrey Zammit
 *           Physical Oceanography Research Group
 */

body
{
    font-family: "calibri", sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.0;
}

td.left
{
    padding-right: 24px;
    text-align: center;
}

td.right
{
    padding-left: 24px;
    text-align: center;
}

h2
{
    font-family: "calibri light", sans-serif;
    font-size: 22px;
    font-weight: bold;
}

h3
{
    font-family: "calibri light", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

#organisers-list
{
    border: 2px solid #000000;
    width: 80%;
    margin-left: 10%;
}

#poster
{
    background: #ffffff url("small-wave-pattern.jpg") repeat right top;
}

#programme, .tab-content
{
    color: #003366;
    font-family: 'Calibri Light', sans-serif;
    font-size: 16px;
    line-height: 1.20;
}

#project-info > tbody > tr, #contributor-info > tbody > tr
{
    border-bottom: double;
}

#project-info > tbody > tr > td, #contributor-info > tbody > tr > td
{
    /*border-bottom: double;*/
    padding: 4px 4px 4px 16px;
}

#button-panel>.col-lg-2
{
    text-align: center
}

#button-panel>.col-lg-2>.btn
{
    width: 136px; 
    height: auto;
    background-color: #5985C2;
    color: #ffffff;
    margin: 4px;
    padding: 0;
}

#button-panel>.col-lg-2>.alt-btn
{
    background-color: #ffffff;
    color: #003366;
}

.name
{
    padding: 2px 8px;
    width: 200px;
}

.glyphicon-download-alt
{
    font-size: 14px;
}

.institution
{
    padding: 2px 8px;
}

.time
{
    font-weight: bold;
    width: 120px;
}

.item-title
{
    font-weight: bold;
}

.item-desc
{
    padding-left: 8px;
}

.not-last
{
    border-bottom: 1px solid #000000;
}

.heading
{
    color: #ffff00;
    text-align: left;
}

.contact-name
{
    color: #ffff00;
}

.centre 
{
    margin-left: auto;
    margin-right: auto;
}

.btn
{
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 
        0 3px 14px 2px rgba(0,0,0,0.12), 
        0 5px 5px -3px rgba(0,0,0,0.2); 
    background-color: #fefefe;
    color: #003366; /*#084ca1;*/
    font-weight: bold;
    height: 54px;
    text-align: center;
}

.zoom-video
{ 
    text-align: center;
}


