﻿/* 作為標題的比賽名稱 */
div.competition_Heading
{
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: small;
    text-align: left;
}

/* 單一比賽表格 */
table.competition
{
    border-width: 1px;
    font-size: smaller;
    width: 100%;
}

table.competition tr td.location_host
{
	border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 100%;
}


/* 日期、地點、主辦機構方格 */
table.competition tr td span.location
{
    
}

/* 日期、地點、主辦機構方格 */
table.competition tr td span.host
{
    
}

table.competition tr td.responsiblePerson
{
	text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* 比賽獎項方格 */
table.competition tr td.prise
{
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 50%;
    font-weight: bolder;
    font-size: larger;
}

/* 比賽得獎者方格 */
table.competition tr td.winner
{
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    border-left-style: dashed;
    border-left-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    width: 50%;
    line-height: 1.7em;
}

table.competition tr td.photo
{
	text-align: left;
	padding-left:20px;
	padding-bottom:5px;
}

table.competition tr td.photo img
{
	
}

div.description
{
    padding: 10px;
    /*margin:20px;*/
}

div.description a
{

}