.header{

    background-color: rgb(0, 102, 102);
    font-size: 20px;
    line-height: 50px;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0px 20px;
    color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;

}

.TD-HeaderContainer{

    display: inline-block;

}

.logo{

    width: 200px;
    display: inline-block;
    margin: 20px 30px;

}

.tempContainer {

    background-color: #ffffff;
    width: 1100px ;
    min-height: 200px;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

body{

    background-color: #f0f3f4;
    padding: 0px;
    margin: 0px;

}

.TD-HeaderText{

    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    display: block;
    text-align: justify;
    padding: 20px;
    max-width: 800px;
    float: left;
    box-sizing: border-box;

}

.TD-FooterText{

    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    position: relative;
    text-align: center;
    padding: 16px 16px;

}

.TD-Contact{
    color: #aaaaaa;
}

.TD-Contact:visited{
    color: #aaaaaa;
}

/*everything above this line is just meant for the preview version*/


div.TD-Container{

    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;

}

.TD-Content {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: #FFFFFF;
    border-top: 1px solid #f0f3f4;
    border-bottom: 1px solid #f0f3f4;
}

div.TD-Workflow{

    width: 600px;
    height: 790px;
    float:left;
    display: block;

}

div.TD-ToolList{

    height: 790px;
    box-sizing: border-box;
    width: calc(100%-600px);
    position: relative;
    top: 0px;
    bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 10px;
    display: block;
}

div.TD-ToolListContainer{

    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;

}

div.TD-ToolBlock{

    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 0px;
    overflow: hidden;

}

div.TD-ToolBorder{

    box-sizing: content-box;
    width: calc(100%-4px);
    height: auto;
    position: relative;
    border: 6px solid #000000;
    border-radius: 18px;
    padding: 0px;
    overflow: hidden;
    margin: 0px;

}

div.TD-ToolHeader{

    width: 100%;
    height: 64px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid black;
    box-sizing: content-box;
    margin-bottom: -2px;
    cursor: pointer;

}

img.TD-Icon{

    height: 50px;
    width: 100px;
    float: left;
    position: relative;
    top: 7px;

}

div.TD-ToolTitle{

    box-sizing: border-box;
    min-width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    height: 64px;
    position: relative;
    left: 0px;
    float:left;
    top: 0px;
    padding: 12px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-right: 5px solid #FFFFFF;
    color: #000000;
    font-size: 16px;

}

span.TD-Summary{

    font-size: 12px;

}

div.TD-Description{

    position: relative;
    top: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;

}

div.TD-PlusButton{

    transition: background-color 0.2s;
    width: 30px;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    float: right;
    line-height: 64px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    border-left: 2px solid #FFFFFF;

}

div.TD-ToolDescription{

    transition: transform 500ms;
    height: auto;
    width: 100%;
    padding: 0px 12px 24px 12px;
    text-align: justify;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    float:left;
    display: none;
    box-sizing: border-box;

}


a.TD-Link {

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 6px;
    margin-right: 4px;
    height: 14px;
    background-color: #aaaaaa;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 15px;
    text-decoration: none;
}

a.TD-Link:hover {

    text-decoration: underline;

}

a.TD-Commandline {
    background-color: #5c5f9a;
}

a.TD-Webserver {
    background-color: #57a7b2;
}

a.TD-Database {
    background-color: #59a78b;
}

a.TD-Documentation {
    background-color: #89454d;
}

div.TD-Tag {
    padding: 4px 6px;
    color: #aaaaaa;
    width: auto;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0px;
    margin-right: 6px;
    border-radius: 14px;
}

.TD-Citation{

    font-size: 10px;

}

.TD-Triangle {

    fill: #000000;

}