2ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ
23 Οκτωβρίου-5 Νοεμβρίου 1954
Ρίο ντε Τζανέιρο-Βραζιλία
table {
border-collapse: collapse;
border-spacing: 0;
}
.table td,
.table th {
background-color: #fff;
text-align: left;
}
.table {
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=»col-«] {
float: none;
display: table-column;
}
table td[class*=»col-«],
table th[class*=»col-«] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
| Α Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Φιλιππίνες-Παραγουάη | 64-52 |
| Βραζιλία-Φιλιππίνες | 99-62 |
| Βραζιλία-Παραγουάη | 61-52 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Πόντοι | Βαθμοί |
|---|
| 1. | Βραζιλία | 2-0 | 160-115 | 4 |
| 2. | Φιλιππίνες | 1-1 | 127-151 | 3 |
| 3. | Παραγουάη | 0-2 | 104-125 | 2 |
| Β Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| ΗΠΑ-Καναδάς | 59-37 |
| ΗΠΑ-Περού | 73-51 |
| Καναδάς-Περού | 68-58 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Πόντοι | Βαθμοί |
|---|
| 1. | ΗΠΑ | 2-0 | 132-86 | 4 |
| 2. | Καναδάς | 1-1 | 105-117 | 3 |
| 3. | Περού | 0-2 | 107-141 | 2 |
| Γ Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Ουρουγουάη-Γιουγκοσλαβία | 55-52 (51-51) |
| Γαλλία-Γιουγκοσλαβία | 67-60 |
| Ουρουγουάη-Γαλλία | 58-46 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Πόντοι | Βαθμοί |
|---|
| 1. | Ουρουγουάη | 2-0 | 113-98 | 4 |
| 2. | Γαλλία | 1-1 | 113-118 | 3 |
| 3. | Γιουγκοσλαβία | 0-2 | 112-122 | 2 |
| Δ Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Φορμόζα-Ισραήλ | 49-45 |
| Χιλή-Φορμόζα | 68-66 |
| Ισραήλ-Χιλή | 55-49 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Πόντοι | Βαθμοί |
|---|
| 1. | Φορμόζα | 1-1 | 115-113 | 3 |
| 2. | Ισραήλ | 1-1 | 100-98 | 2 |
| 3. | Χιλή | 1-1 | 117-121 | 3 |
| Τελική Φάση |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Καναδάς-Ισραήλ | 50-43 |
| Γαλλία-Ουρουγουάη | 57-49 |
| Βραζιλία-Φορμόζα | 61-44 |
| Βραζιλία-Φορμόζα | 61-44 |
| ΗΠΑ-Φιλιππίνες | 56-43 |
| Καναδάς-Ουρουγουάη | 67-66 |
| Βραζιλία-Ισραήλ | 68-46 |
| ΗΠΑ-Γαλλία | 70-49 |
| Φιλιππίνες-Φορμόζα | 48-38 |
| Βραζιλία-Καναδάς | 82-67 |
| ΗΠΑ-Ουρουγουάη | 64-59 |
| Φιλιππίνες-Ισραήλ | 90-56 |
| Γαλλία-Φορμόζα | 58-48 |
| ΗΠΑ-Καναδάς | 84-50 |
| Βραζιλία-Φιλιππίνες | 57-41 |
| Ουρουγουάη-Φορμόζα | 67-62 |
| Ισραήλ-Γαλλία | 48-45 (43-43) |
| Φιλιππίνες-Καναδάς | 83-76 |
| ΗΠΑ-Φορμόζα | 72-28 |
| Βραζιλία-Γαλλία | 49-36 |
| Ουρουγουάη-Ισραήλ | 73-69 |
| Φορμόζα-Καναδάς | 74-61 |
| Φιλιππίνες-Γαλλία | 66-60 |
| ΗΠΑ-Ισραήλ | 74-30 |
| Βραζιλία-Ουρουγουάη | 60-45 |
| Γαλλία-Καναδάς | 66-62 |
| Φορμόζα-Ισραήλ | 51-38 |
| Φιλιππίνες-Ουρουγουάη | 67-63 |
| ΗΠΑ-Βραζιλία | 62-41 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Πόντοι | Βαθμοί |
|---|
| 1. | ΗΠΑ | 7-0 | 482-300 | 14 |
| 2. | Βραζιλία | 6-1 | 418-341 | 13 |
| 3. | Φιλιππίνες | 5-2 | 438-406 | 12 |
| 4. | Γαλλία | 3-4 | 371-392 | 10 |
| 5. | Φορμόζα | 2-5 | 345-405 | 9 |
| 6. | Ουρουγουάη | 2-5 | 422-446 | 9 |
| 7. | Καναδάς | 2-5 | 433-498 | 9 |
| 8. | Ισραήλ | 1-6 | 330-451 | 8 |
| Αγώνες κατάταξης θέσεις 9-12 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Χιλή-Γιουγκοσλαβία | 70-62 |
| Παραγουάη-Περού | 66-58 |
| Γιουγκοσλαβία-Περού | 86-84 (81-81) |
| Παραγουάη-Χιλή | 60-57 |
| Παραγουάη-Γιουγκοσλαβία | 67-62 |
| Χιλή-Περού | 52-48 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Πόντοι | Βαθμοί |
|---|
| 9. | Παραγουάη | 3-0 | 193-177 | 6 |
| 10. | Χιλή | 2-1 | 179-170 | 5 |
| 11. | Γιουγκοσλαβία | 1-2 | 210-221 | 4 |
| 12. | Περού | 0-3 | 190-204 | 3 |
| Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ |
|---|
| # | Ομάδα |
|---|
| 1. | ΗΠΑ |
| 2. | ΒΡΑΖΙΛΙΑ |
| 3. | ΦΙΛΙΠΠΙΝΕΣ |
| 4. | Γαλλία |
| 5. | Φορμόζα |
| 6. | Ουρουγουάη |
| 7. | Καναδάς |
| 8. | Ισραήλ |
| 9. | Παραγουάη |
| 10. | Χιλή |
| 11. | Γιουγκοσλαβία |
| 12. | Περού |
Newsroom ΑΛΤΕΡ ΕΓΚΟ